Store API Test summary

Friday, 14 March 2025 20:13:39
Total Iterations

20

Total Assertions

1000

Total Failed Tests

60

Total Skipped Tests

0


File Information
Collection: Products
Collection Description
In this collection all the APIs of fakestoreapi related to Products has been covered. # **APIs tested:** - GET - 7 API - POST - 1 API - PUT - 1 API - PATCH - 1 API - DELETE - 1 API # **Features covered:** - Data driven testing - JSON Schema Validations - Expected response data validations - Sorting of data - Limiting the returned data # Variables used: - Collection variable - Global variables - Built-in variables
Timings and Data
Total run duration: 1m 20.8s
Total data received: 517.78KB
Average response time: 239ms
Summary Item Total Failed
Requests 220 0
Prerequest Scripts 260 0
Test Scripts 440 0
Assertions 1000 60
Skipped Tests 0 -



Showing 60 Failures

Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function
Failed Test: Response is an array and not empty

Assertion Error Message
expected { id: 1, …(6) } to be an array
Failed Test: Length of the returned products(20)

Assertion Error Message
expected undefined to deeply equal 20
Failed Test: Expected JSON schema validation

Assertion Error Message
json_response.forEach is not a function


There are no skipped tests



20 Iterations available to view
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 817ms
Mean size per request: 364B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 62e0c9ec-0cb7-42fc-9207-5149a6094639
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:20 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4XlL%2FYAZR0s%2B1TFNqFXbmNDJVnngC73Oy%2BgN6ZYDFcJDluda%2FnliO4I7lSinWJPsSeipu7K3r1T6GcAwloFpl%2B5rTGGKDw6CJjAhFMuwzJXArSV1qD9YLtn3SSAUGJz2rWsq"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 9204897e18ff2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=227468&min_rtt=181564&rtt_var=100875&sent=3&recv=4&lost=0&retrans=0&sent_bytes=2840&recv_bytes=714&delivery_rate=15994&cwnd=48&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=213&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 172ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b6f0103c-deda-4652-9992-e3ab8566812e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:20 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fdwWimAec8kPNFOgJU%2Bn8UHLZpEC5vUc6E3KzNcQ5bH5NWZsisLnhYLyiwTTfkJdqhcxrwn6UT9FVONtQK5woQjoFED0nqQLdEWx5tckSrAxLczYagoDjiAmOrgpv0vHJE4b"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048980ded22757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=234504&min_rtt=181564&rtt_var=89728&sent=6&recv=6&lost=0&retrans=0&sent_bytes=4550&recv_bytes=974&delivery_rate=15994&cwnd=51&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=655&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=20
Response Information
Response Code: 200 - OK
Mean time per request: 190ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ef91605a-2b72-4183-aa6c-f3dea579d222
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:21 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3j96NBx9v4%2B4Z82%2FzL35AhbiEcdhzxN3LAf0Jc9oKeIOh596Xal25Es9gFmZ76numbhIMvVSwoWfbFtmeU5USYg33ypvbBzc0KEmpFSGod3f580LEZKTZcU6Ha8Gq69%2FSglf"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 9204898299e82757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=229135&min_rtt=181564&rtt_var=78033&sent=9&recv=8&lost=0&retrans=0&sent_bytes=5829&recv_bytes=1241&delivery_rate=22740&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=935&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dbf23091-a844-41d0-b0f8-b986c511f1e7
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:21 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Y79fQRu2o2fh4Nem1eQlQHu63fP9Hj7XNoBclUJdhhbqpJoP12KCUFjWTQqRt8Hr7kVyLEDK4N3%2FLO4lmAHS0j9bbMkUIxxOWE7DYEMOXYHYL40hnBKVluVx0llwK47S2yNZ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489850eb02757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=220009&min_rtt=152712&rtt_var=76778&sent=13&recv=10&lost=0&retrans=0&sent_bytes=11257&recv_bytes=1508&delivery_rate=37201&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=1325&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=12&sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 189ms
Mean size per request: 5.61KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6917d0eb-c329-4546-87c3-446580b4ee11
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:22 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"166e-D9ZZ1z4wzuBYPjplx1CucNQNUnw"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1Wpwm2LHOErzbgsT12px1sgbEN56CxH2zRAhwwdkkSdS%2ByK992Kc228kvYIWWL1tO6%2FMyWc4nPvx4w2iSgH5GytrsVAwo6xE9kIOxlHHnUFH9bFln8LugYE7MEzfF4Tj7jz4"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048987bbbf2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=213488&min_rtt=152712&rtt_var=70624&sent=18&recv=12&lost=0&retrans=0&sent_bytes=16685&recv_bytes=1784&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=1752&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 175ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 682822e7-ac9c-4940-9800-ce4b8abb100f
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:22 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=V488zFFdpqaLCCi1p6O82XLsa1HvAJ5eZ71LkzEmoBBtoWdwj9j7Xnc7VGYYjq3WA8I%2Bs%2FdtbQ7L%2BfWcOUD7Q19ucrKlV67FlrpHcDBOFKYGmIssWUYKGx1fi0MQf4H01t3i"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048989e8662757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=205028&min_rtt=152712&rtt_var=52942&sent=21&recv=15&lost=0&retrans=0&sent_bytes=20081&recv_bytes=2053&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=2105&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/men's%20clothing
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 1.81KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 79e8b6d9-e6dd-459e-96a7-53ee71d64d5c
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:22 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"73c-TUQqrPxyv9Gpjayyght5LBvMtiA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=gD%2Bs%2FoakS98KCg9%2BY7%2Fdj%2FudesLr49iHwfwVO35Wn9VttAXR%2BpdZ3BKjzK0pmbV%2Faeo0U2PhvWt2IiL%2BPT0%2FMifpdOSwUKxCoZsgtrTSmNgO%2FIdJhf%2F9ICztvMZSSFUBVTRd"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 9204898bac1b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=197323&min_rtt=142709&rtt_var=53213&sent=25&recv=17&lost=0&retrans=0&sent_bytes=21142&recv_bytes=2337&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=2486&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 331B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 14b00b90-aaac-45aa-8f44-463993c6caf3
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 360
Request Body
{
            "title": "Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops",
            "price": 109.95,
            "description": "Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday",
            "image": "https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:23 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"14b-0uGwblpiwNFCT4XrxL4mw/k5XpQ"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2F8nO11MNdLHCamfaNwXeyk%2FdneEwoZm7X%2BPxlWoYQdlToEUoTDrHCQQiaMgSNLex0KcyfK0CVYxelVdDBt7q2QLg8avr643STakxsp%2FoHTrzz1Tm0DHiYq8bLOIHoGqmX7BR"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 9204898e39052757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=190677&min_rtt=142709&rtt_var=53202&sent=28&recv=19&lost=0&retrans=0&sent_bytes=23056&recv_bytes=3009&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=2790&x=0"
Response Body
{"id":21,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 182ms
Mean size per request: 330B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b0dc0c4a-803b-468f-bdf4-47641da76a3a
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 360
Request Body
{
            "title": "Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops",
            "price": 109.95,
            "description": "Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday",
            "image": "https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:23 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"14a-c+g4N8EzavKTkBx+yAF6sbjdKWo"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Dm9L3jCj%2B0lxJSPkE9aWNBGPdK0jLzJo%2BoVeI6ECwgJRbvfJv0BDAC1M9TQyB6jyr%2BzAcBu2xgdST3wJQ3ga1BYL0hsIEvle%2FNdtHE058xZKWuU03WMqzF%2FAKn49HQc%2BsIIa"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489900c7d2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=185244&min_rtt=142709&rtt_var=50769&sent=30&recv=21&lost=0&retrans=0&sent_bytes=24291&recv_bytes=3682&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=3086&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 193ms
Mean size per request: 315B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d40d89db-ac4a-4446-b5a7-80003753b0ba
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 338
Request Body
{
            "title": "Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops",
            "description": "Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday",
            "image": "https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:23 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"13b-DzvTiV0Sc17x1K48IG6DZwXRANQ"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rSCk0w052GWwGuSfRqxfodTWttIFdT3n1Tlmehul4Jz5pSZTVXNHeMjVCUKzEWGqodklUbd7mO5aR6rsr9sU%2BkWJv2a%2B0uNlPWZw%2FE%2FUTQpMJvqCAQ87esBLolUcXPFbqlSo"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048992083c2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=180246&min_rtt=142709&rtt_var=48072&sent=33&recv=23&lost=0&retrans=0&sent_bytes=25559&recv_bytes=4335&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=3398&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 364B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fc1db2d5-08ec-416e-8f11-fa4e3c2954f8
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:24 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=lClceNbK6uRvhWL8ZEezV1lx8fstyHwWX%2BuFm7wqFsuvaXkktBp4HuExxWABIj48hgWRMQKPcTNjceHRcFskGTLoDu%2FB52GE%2B207EkbF5pxmaDBXyrq2R3ghw%2FicWM6o92sY"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048993fc062757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=178227&min_rtt=142709&rtt_var=40091&sent=36&recv=25&lost=0&retrans=0&sent_bytes=26784&recv_bytes=4598&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=3808&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/2
Response Information
Response Code: 200 - OK
Mean time per request: 182ms
Mean size per request: 569B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 723909f6-b1d3-4f41-989c-5a2237a02ebf
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:24 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"239-bLDSJo+O3FjSlzUr879oE3z3US8"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FyGv5Cnd%2FsT8OJB1GJCvMp%2BqvkX4Ji22io5o%2BMcbJvIkQkcU28DrLrIJeHBuOiVReYYa6I0ujWoEnL2PAk3MRO%2BvK6AZByoYjvbutjFKM8WhtAzZ9sp4FmXv19R7PH0EhpfJ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 9204899649062757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=173816&min_rtt=142179&rtt_var=38891&sent=39&recv=27&lost=0&retrans=0&sent_bytes=28046&recv_bytes=4858&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=4085&x=0"
Response Body
{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 178ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 965411a3-7c7a-4f54-87ea-7198e6e03422
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:24 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AkZv%2B3nlRvJe4xLqL1YRFiKyWWIC5t5Il6HgFlh0zZ32%2Fu04gH0qGPO8FzTBmlOzGv0famL%2F3M5QXdoY5bMJFxOwsJSyWSzg4SJRXkelpgWzb89Lbs94ftPFXBSUQAJC4lWs"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489983ce12757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=171135&min_rtt=142179&rtt_var=34530&sent=41&recv=29&lost=0&retrans=0&sent_bytes=29426&recv_bytes=5118&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=4395&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=13
Response Information
Response Code: 200 - OK
Mean time per request: 173ms
Mean size per request: 6.25KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 287f9079-e5b0-4877-bc98-7935d89bbb60
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:24 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1900-aKxRCUkdASFCJdwM+Za9gNtiCxk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=R3OU52tPjhSWaM92WM7XZ24PMu5yF%2FwTthYura2EthoNMwUWQid50P737%2BJ6vUGxrsAzXsPeym8BWxLgW4a7m12sJ1WfA72gejKocjk5e%2FFUmRo3ZBkjRn5s0XANKzKMzXUP"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048999e8942757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168709&min_rtt=142179&rtt_var=30750&sent=44&recv=31&lost=0&retrans=0&sent_bytes=30714&recv_bytes=5385&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=4660&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 181ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dae87978-3cf9-4aae-80d6-ce60b5d2dd8a
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:25 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-kgtAqsPV+9MMR0dzy4sqhhSyR9Q"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8ewJ4uj87nv59sd%2FDhpCPDNjHAMVfsNdXSnBau0boe7wKjmHo1HMyu6JK4O3IxT9ZGkCclaOg7LlFK1NSWqePFLuZv6F26S7j93XKYPPjdMWnBGPQ1ajJ08Y4sqDhvXH%2Fhvc"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 9204899becc42757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168506&min_rtt=142179&rtt_var=27477&sent=47&recv=34&lost=0&retrans=0&sent_bytes=34431&recv_bytes=5653&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=4987&x=0"
Response Body
[{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=14&sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 173ms
Mean size per request: 6.85KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2a7e77c2-e609-4294-8a46-db710788df15
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:25 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1b65-DFbOB+Lv/wTbHBRPsKVbUSLFe+8"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1wPtzROY%2BeFodtLDfNDjjX3Gz4ABWgVefz04%2BoYIvifvZ2EOM3wkkiUMTWMT3B6dLN8FmziUuXWxYVspKUOm1XjaCDpLtCi5u7JHYgTX%2BjPsTNSVYaWtD6NQbgFhuJt%2BMcER"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 9204899e29432757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=166427&min_rtt=142179&rtt_var=24588&sent=52&recv=38&lost=0&retrans=0&sent_bytes=39871&recv_bytes=5929&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=5345&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 188ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 43fc65f9-1548-49b7-bf22-f70e156614a7
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:25 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3f2gvD3ZjTqsmzkdNpxvTp6z0fdqm%2BE0V0O594%2BZ3zi9fvhDJO9deoYwJW0t6YvtTq%2BAmsWA1aAlvE9Je%2BPs%2FcfuzHK9t7L6ZjqUYts5ugumki%2F6RPdtbsyThgOfbirVXBoW"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489a04db82757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=161710&min_rtt=142179&rtt_var=22026&sent=56&recv=41&lost=0&retrans=0&sent_bytes=43845&recv_bytes=6198&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=5687&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/men's%20clothing
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 1.81KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e89e95f9-8619-4e21-9210-f5dd3e29ea52
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:26 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"73c-TUQqrPxyv9Gpjayyght5LBvMtiA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=M41L1v0EB5iC%2FQIRxgMhHeHhcg%2F2p8qLMqczTtwb%2FIs7AhXoDxxsBZRIdzlz6OlbAblHW%2B8ze%2FxYEPdstfYYNjOJnj4G%2B8NyRIF1mJHlJ0f84kiDFMhJ3NE5YgweOEhx93TV"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489a229772757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=161597&min_rtt=142179&rtt_var=16745&sent=59&recv=43&lost=0&retrans=0&sent_bytes=44884&recv_bytes=6482&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=6082&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 180ms
Mean size per request: 535B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fc27998c-024b-4a21-b7c9-0134cd6b1e31
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 564
Request Body
{
            "title": "Mens Casual Premium Slim Fit T-Shirts",
            "price": 22.3,
            "description": "Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.",
            "image": "https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:26 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"217-khG3syv85puTQHfG80UAxfr4BhU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BX3K38qW5tJOWhJk9EZqoTYcaJKNRgAr5bJhgRitL5SLRpJ5u79nraQfeolmudJaqYneF4sz7ECmwM%2FDoDLmhFYKlWZQNQUmrLeViKF7FSxROQdVQEc8q24hnyc9jlq0xi3Z"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489a4efb72757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=161635&min_rtt=142179&rtt_var=12634&sent=63&recv=45&lost=0&retrans=0&sent_bytes=46766&recv_bytes=7358&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=6422&x=0"
Response Body
{"id":21,"title":"Mens Casual Premium Slim Fit T-Shirts","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/2
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 534B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0510c239-83ba-4c19-9d7b-9e164a222096
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 564
Request Body
{
            "title": "Mens Casual Premium Slim Fit T-Shirts",
            "price": 22.3,
            "description": "Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.",
            "image": "https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:27 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"216-HBeN5rK5e1NvhmTJZGtatgz26yo"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=iY01%2FV%2FtQIhd5jKkAxg%2B9PeDxL6no%2FaUCh%2FM8apmQdrNOh2fwAVDPbQB9j%2B7PSlLSWVw4QcjwyY4E3%2F0hB2XkLRU4mgB9UR%2FlGKdy3MGHwRUxkST6dfCdhYHIzyjqQAJAT3O"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489a6bb3a2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=159872&min_rtt=142179&rtt_var=12680&sent=65&recv=47&lost=0&retrans=0&sent_bytes=48115&recv_bytes=8235&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=6719&x=0"
Response Body
{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/2
Response Information
Response Code: 200 - OK
Mean time per request: 515ms
Mean size per request: 521B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0378590f-ee62-42de-ab45-06e3d5bb29c9
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 544
Request Body
{
            "title": "Mens Casual Premium Slim Fit T-Shirts",
            "description": "Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.",
            "image": "https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:27 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"209-C9tMKMnA1M4zeuYO676udI05I64"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2Fsjwb4pxVIBCC%2Fvysygu%2FJTfoB8zHF31up3VAwTaAF6SsBLYBBXfZXrJXhcc8PAmXlBhuooYknlBVdk2GwOSgDzHIwxqOJFc7oPRKGEOy%2FlNTJ2rNEJguchZ%2FvP%2B9%2FlVoklw"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489a91fe22757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168773&min_rtt=142179&rtt_var=27312&sent=67&recv=49&lost=0&retrans=0&sent_bytes=49475&recv_bytes=9094&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=7093&x=0"
Response Body
{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts","description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/2
Response Information
Response Code: 200 - OK
Mean time per request: 406ms
Mean size per request: 569B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c83091ef-4a03-43c9-8932-52c8c7c77dc7
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:28 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"239-bLDSJo+O3FjSlzUr879oE3z3US8"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AJb88fjEgtCJuluzZVMvIQyjosj7RR%2BbNQ4S0SCeR4iQJ4C6%2BHrpZr6I9s3nB9RTPhJiQ4NdKBjGy0LvP6FCWDnUiivdMShhFvVJhool3lD%2BPkPbLXTsvp85VRzBCH9B9Mca"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489acf8b62757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168773&min_rtt=142179&rtt_var=27312&sent=72&recv=53&lost=0&retrans=1&sent_bytes=50850&recv_bytes=9357&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=7820&x=0"
Response Body
{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/3
Response Information
Response Code: 200 - OK
Mean time per request: 208ms
Mean size per request: 503B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 602f6248-ece4-4799-9e37-201a6abef1f1
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:28 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1f7-sp1VJ3nFjCQkeyuDKaa7fYzPNXg"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=IUXkNnZu9q6cXkF3wQgO7OJ4s2eIsDNb1pPhWqGLSbYYz50GjVTn%2BjfVxl5lrPfVBjCbrN9CVhdajiqGYOs5wt2BAzTbgmo1SziN36%2FxDPhREDCbIM7caCLDB1CfpE6DXBfQ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489b05fd92757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=182200&min_rtt=142179&rtt_var=47337&sent=75&recv=55&lost=0&retrans=1&sent_bytes=52226&recv_bytes=9617&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=8251&x=0"
Response Body
{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 185ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 424b00d0-10dc-4478-9e0a-d237e7748eff
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:28 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nNxQ%2FBse2gpknr12uUq1dVD7B%2FYCO6Iut%2FM9M%2Bz5WLSip9q8pepF5LUOAiFLTWqxCG7xG%2FKqKpYFHf1gimLrLzgiYbG18c5AIZ0gagjQ%2BHnh%2Fm6wtqlCg13oRhkH%2FUR4fuNb"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489b25b3b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=181582&min_rtt=142179&rtt_var=36737&sent=78&recv=57&lost=0&retrans=1&sent_bytes=53578&recv_bytes=9877&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=8568&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=11
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 5.23KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token db58b5c3-ca69-49a1-8ad6-54cea0875e9f
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:29 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"14e9-WdSJbc01yWv7cvv9nT2J+5TLpf0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ppB1yXcgUFU4VMGxGRjMrdDw6FamYoNtPgTNVmzg8WOrqtOpVL%2Fdkw%2BIs93nKvj2Z5Zi7PhpOBlrjn3cd9iQmeY2iEDDrCLMiPEOPgeOgx4n4Nyz%2Bj2M5f08rJnInJOb6wSO"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489b40e792757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=177747&min_rtt=142179&rtt_var=35223&sent=80&recv=59&lost=0&retrans=1&sent_bytes=54848&recv_bytes=10144&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=8845&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 192ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c6a7c5da-b0c7-4359-9787-9be26706c984
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:29 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-kgtAqsPV+9MMR0dzy4sqhhSyR9Q"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=EC3uSkf1CLr3OiXW%2BJ07pDShUD0z4LcbLKfCw6FKO0vSxTZyEcOKf4Ee%2BE0nkv5O%2BcdJKiVLjdLbUIKK0w2%2FsP%2FxGFQpMQKaYKssj%2B2KpLVzc7vOZT5D35FHXgHWywhS5FTD"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489b6bcf32757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=181887&min_rtt=142179&rtt_var=34698&sent=84&recv=61&lost=0&retrans=1&sent_bytes=58075&recv_bytes=10412&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=9270&x=0"
Response Body
[{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=8&sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 3.31KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fe207d29-7b66-4e8d-9087-59783dcb43b6
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:29 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"d3b-rmTXpkCquFWoDk1PdtMvK6kvk3c"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=bqP9TtN7xoBUYSvszdr7JtOznXeecO6nayIo7GjzAjUPNrHLcCSjAqVHwxk1N1xa1UoKclyemuqAscEIqQP1iOVZyRZHkZQ8HkI6z7fqifkWxzdLQQQwUvjluVVedm3OX3wr"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489b92a082757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=178829&min_rtt=142179&rtt_var=29430&sent=89&recv=65&lost=0&retrans=1&sent_bytes=63495&recv_bytes=10687&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=9661&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 175ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 76153bf0-b834-476d-8d18-2961bd3b4ce8
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:30 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=PB829bf%2F7OH0Cw9gOr6zemoFkT8tjPAAU%2FuoXzE9F%2BL289c%2BrLvUsIY3KM4Udumqs1yQUn8xyw%2FcvZPDdvUTVp%2BaTNGa5jplSUc3fJXoScLJHVKgQESyH9Z6M66l4XquJV75"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489bb0e022757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=174941&min_rtt=142179&rtt_var=29482&sent=92&recv=67&lost=0&retrans=1&sent_bytes=65897&recv_bytes=10956&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=9967&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/men's%20clothing
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 1.81KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8da51725-6919-4a05-a5cc-204387572fd1
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:30 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"73c-TUQqrPxyv9Gpjayyght5LBvMtiA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=uJNDpKNX%2BaLuxudzqZ43hfjdimwHX6ZxaTz9Fp68EMUIIaYS2%2FVBn%2BW4uj11VGu%2BjTIz5ceJYpuRMIF5bxz0uo%2FmsK%2FJ9MVaTvtdwE7RqAwxVOIhMR6SYubp74TtLehCQCMu"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489bcb97e2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=171734&min_rtt=142179&rtt_var=28524&sent=95&recv=69&lost=0&retrans=1&sent_bytes=66937&recv_bytes=11240&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=10334&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 470B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 80275bda-af12-4b22-baf3-f0488c34fce4
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 499
Request Body
{
            "title": "Mens Cotton Jacket",
            "price": 55.99,
            "description": "great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.",
            "image": "https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:30 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1d6-K2wvGZXb5Ss4+A2eCmV8MlhGZEA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nop6SfP7W6XWfzH9zfA0dIXd0MFHUI5Kugv3UnYGsgknYw9tj3UUoAMXLcLoCmcUZys3JsuwtDETEmAbVG8%2Bq%2Foy%2Bkqlsq0lnWhT%2F3qQwVSJQ0%2BoVwEEJiiVwYqXyR8x5CCm"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489befed72757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168407&min_rtt=142179&rtt_var=28049&sent=99&recv=71&lost=0&retrans=1&sent_bytes=68821&recv_bytes=12051&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=10596&x=0"
Response Body
{"id":21,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/3
Response Information
Response Code: 200 - OK
Mean time per request: 184ms
Mean size per request: 469B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d2cbff74-2f7e-46a3-9803-7ec3eed7ac68
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 499
Request Body
{
            "title": "Mens Cotton Jacket",
            "price": 55.99,
            "description": "great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.",
            "image": "https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:31 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1d5-uHXX37o8aGPVQkGEk4eiyv9XNX4"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=NZ2DH6RJjvXEY5y7ORrjbYo%2BJAjYaJrqo0LJAX%2FSTjTVIDto38NmGw6fmU1fdrbjhrzLUQ2iGcVa%2Fk8ao8g5DaUIoZvem3pUlQG101P3tooLc4sUE%2FpA8uF4q3M1HH07sQfu"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489c10a7b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=172627&min_rtt=142179&rtt_var=29478&sent=101&recv=73&lost=0&retrans=1&sent_bytes=70133&recv_bytes=12863&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=10921&x=0"
Response Body
{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/3
Response Information
Response Code: 200 - OK
Mean time per request: 183ms
Mean size per request: 455B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 20219ffc-c5a6-416d-88b8-75c79c3b69f5
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 478
Request Body
{
            "title": "Mens Cotton Jacket",
            "description": "great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.",
            "image": "https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:31 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1c7-RNTwq8+Su+zp6lDIIJQYuUZA4Ug"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AVJzdI9bnYLb%2BxzoKuVCXz0MmXTgitn47PdBEvMKUWLha3KNsrkL3ImoW751dYCEeOK9SuP4ETzwqjZnBh%2Bz1Epj0%2F%2BbG%2FUt0GGjyBwj9f2reNBx8ods2IxuM4qG1CBVERyy"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489c2fec82757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=170403&min_rtt=142179&rtt_var=26557&sent=103&recv=75&lost=0&retrans=1&sent_bytes=71443&recv_bytes=13656&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=11234&x=0"
Response Body
{"id":3,"title":"Mens Cotton Jacket","description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/3
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 503B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1261d8a2-d0e7-46b9-bf7b-c49952f298cb
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:31 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1f7-sp1VJ3nFjCQkeyuDKaa7fYzPNXg"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZRRwiNVGlqmDTBavpxJR0R43X7k9j%2FiqDlL40ZfwAq88C9kEA45wKdHde3R9WskIcnE4rKON5oft5T16%2BmeGI%2FT9ETBZb7d135mhpnYjRpseqDqFq57aF97ScjqP3ltfTM0C"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489c4dabb2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168064&min_rtt=142179&rtt_var=24595&sent=106&recv=77&lost=0&retrans=1&sent_bytes=72743&recv_bytes=13919&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=11628&x=0"
Response Body
{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/4
Response Information
Response Code: 200 - OK
Mean time per request: 186ms
Mean size per request: 411B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9dcb9767-4571-4866-853c-35bc3039206e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:32 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"19b-eR879euUIHjvzR5HVhDOLY5nCSA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=siv8ungGx%2FSMb7uhYqqkvCyIOUxB4%2FOFmCP4kfkRc6C%2FuinBGCCmoq4%2FlIIlq1q7C%2FRTBPD5I3r3hnjWFp9zOv68ykJd8Eue357eixMBM%2Baj%2F3JXieuDzR399HdrYI68SP9c"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489c7380e2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=165477&min_rtt=142179&rtt_var=23621&sent=109&recv=79&lost=0&retrans=1&sent_bytes=74100&recv_bytes=14179&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=11921&x=0"
Response Body
{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 185ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0abfd356-7605-4679-8dc5-fd620d4901ab
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:32 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zypC4Wy4WgqwWiQKCaISdLHurQyNDcqloZ8K1%2FSAc17Lk55PWV1z9F391XaaKo2aHcTu4OZ6tMN3YY54eZ1YLyqakb5nh%2FwA%2BXUEBbfd66wh5qLZ3Q4mbJWUiu5bwa0Q2Iva"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489c92d212757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=163695&min_rtt=142179&rtt_var=21280&sent=111&recv=81&lost=0&retrans=1&sent_bytes=75359&recv_bytes=14439&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=12224&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=19
Response Information
Response Code: 200 - OK
Mean time per request: 180ms
Mean size per request: 9.94KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0d4e9b30-d1e8-4932-a5bd-800b3f1091f7
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:32 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"27c5-BbtE1fOVUFH565rWjiq+dh/Uyc4"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fLeSfaB4ygaWknRrD3O16eRiTWrRb2f2HuvpaYXgHu161T9JtMZdYzXFHsDoeA2p1vPrqfxEMttZlvCbx0U7t7GY%2Fhhn64Z1BLwVVY%2BvfBTYDDnwqDCGBre9gWy7U16I9yne"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489caf95f2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=161423&min_rtt=142179&rtt_var=20504&sent=114&recv=83&lost=0&retrans=1&sent_bytes=76650&recv_bytes=14706&delivery_rate=43253&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=12513&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 183ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 05af159c-3b91-45eb-879e-9fc72182e67e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:33 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-kgtAqsPV+9MMR0dzy4sqhhSyR9Q"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=XL64Dwggr9Dm4w42y0qjnpbbtBYGfXcX58iy8bcPIlsTXHeEZ%2FrXfiAsAv2C2y9vxg249MQPd9qsork0cKInbDCMuXnEG72KsI1paE6I0Gq%2BdGSPnDzoIYrQsbkmHOLMBZx5"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489cd6f2a2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=158003&min_rtt=142179&rtt_var=17289&sent=119&recv=86&lost=0&retrans=1&sent_bytes=81876&recv_bytes=14974&delivery_rate=48456&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=12906&x=0"
Response Body
[{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=16&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 177ms
Mean size per request: 8.38KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d3705a4b-1b68-4070-8825-367b8d4356f3
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:33 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2185-YyS2VMqGrewBlLUxnT4FRtqK7kw"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=WKdzysU0UYd8hcyOf54Ga6dfLLSPvy44fk6jK3%2F0tZJN%2FeOFlHTA1l0VUiFcuya5IbItk5zuIc%2FVmFTja9nHUVu9snyPLq9aTXAT6%2FQg9NsW%2FGMA9F35TSyod2vFmG4dJtf1"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489cfbc642757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=153855&min_rtt=142179&rtt_var=13595&sent=125&recv=90&lost=0&retrans=1&sent_bytes=87297&recv_bytes=15251&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=13273&x=0"
Response Body
[{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 189ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4e91a0ab-76ae-4198-b743-d4588fe17a11
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:33 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fgPN1FUSWVCnKp8yWyBK9HPnWQnurSxRAvNQwNF8KQX1YuNwrA9UpOO7p8cOaYMmPlJM5YEhI6QK6IwfP1cx5oGZgedJEr5Sz026z%2FFRdvtJs2uVjl3WGMac3gWPYVZKxeB8"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489d1f9f22757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=152983&min_rtt=142179&rtt_var=9298&sent=129&recv=93&lost=0&retrans=1&sent_bytes=91946&recv_bytes=15520&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=13638&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/men's%20clothing
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 1.81KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 866f9776-a6ad-4e5a-99bf-83e3fabf70e9
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:34 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"73c-TUQqrPxyv9Gpjayyght5LBvMtiA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ihnj1l%2BmtmbPnwFpEIFtddDIGIisdI4%2BVR7%2BLW0%2F45VyYMG29OfDdmfD3riMxTgaUk2t2%2FyXRYlyuGa5MmPy%2B2dyd8MxsBiehotig9rGPp3bmgeG%2Fcfto5FCrL05GVmUXwCZ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489d3ddcb2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=153239&min_rtt=142179&rtt_var=7485&sent=132&recv=95&lost=0&retrans=1&sent_bytes=92977&recv_bytes=15804&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=14035&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 176ms
Mean size per request: 378B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f5affe5f-1a00-4ceb-b980-657965c49865
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 407
Request Body
{
            "title": "Mens Casual Slim Fit",
            "price": 15.99,
            "description": "The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.",
            "image": "https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:34 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"17a-wwNe7YclGUy22YqUe9R9VN0WcwU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=leN6HP2Kb96GsN84xlmvrzdLyIej1bEjzfIDLrkHjOqtwiNgX0lHkPxGq86E9XGoDBGoWYi0b4AjatVnc6a1%2BLWz4bQ32I%2FcsojUkpMxJx%2FOfvN5EMpv6d2Fryx1E%2B4Essdp"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489d66b182757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=153701&min_rtt=142179&rtt_var=6538&sent=136&recv=97&lost=0&retrans=1&sent_bytes=94863&recv_bytes=16523&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=14348&x=0"
Response Body
{"id":21,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/4
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 377B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 44344cb8-17ae-4336-8ec0-069856461500
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 407
Request Body
{
            "title": "Mens Casual Slim Fit",
            "price": 15.99,
            "description": "The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.",
            "image": "https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:34 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"179-4cFj6wvttgiG0suJ0vQW50KVgwU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ar4XVFm8h8US3SG9D8QqptAlfSFRexS%2Fhq4vzN2QaSdbQC2pGTmJVSSTrXNgTE723Ne%2BP8YqaDTBD7wnxSW2S43dXu2XtdK5tgVUK4z%2FqjAyL8goVLZq8atm5i6wuJTLuiwf"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489d81ec72757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=152572&min_rtt=142179&rtt_var=6616&sent=139&recv=99&lost=0&retrans=1&sent_bytes=96144&recv_bytes=17243&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=14614&x=0"
Response Body
{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/4
Response Information
Response Code: 200 - OK
Mean time per request: 178ms
Mean size per request: 363B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token de26bf66-6649-49ca-bf3c-232368dc8bdb
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 386
Request Body
{
            "title": "Mens Casual Slim Fit",
            "description": "The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.",
            "image": "https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg",
            "category": "men's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:35 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16b-vWka/EAGVh32J48WFL2ZZhl+Q9w"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=E0mUegH%2BF%2FJtYHifb%2F3lsHecW47OmydXMLU%2FAXFbx3uqkpnrrRBsaTq%2FyHQI9IXlKKDNUBhVxFALhsVYY52D3jRX6CoT%2BjWm01BBLnDgCW1ionJQPwQYGuTRle93y4pduAba"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489d9da582757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=152219&min_rtt=142179&rtt_var=5668&sent=142&recv=101&lost=0&retrans=1&sent_bytes=97396&recv_bytes=17944&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=14895&x=0"
Response Body
{"id":4,"title":"Mens Casual Slim Fit","description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","category":"men's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/4
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 411B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83ad1e96-1f9a-4edf-8fb3-7b933181b3d6
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:35 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"19b-eR879euUIHjvzR5HVhDOLY5nCSA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CPMDOmCviCdWXR0n3K3vP1CvrKMe80efMS6ep5Gzo8CYOeBHpj9h1MbVDSHboojPHcnwjgIQGdgSKE1SW9jeSEwQjZC1l8aRrqIx03bDZw6GPv6zJ4ewzOEgoY3JAdJweIMZ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489dbbdf72757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=151464&min_rtt=142179&rtt_var=5679&sent=145&recv=103&lost=0&retrans=1&sent_bytes=98616&recv_bytes=18207&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=15291&x=0"
Response Body
{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/5
Response Information
Response Code: 200 - OK
Mean time per request: 174ms
Mean size per request: 452B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d042dea-93f3-4fcb-b6d2-7aa3103e4a9c
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:35 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1c4-yV39eLSyZctGOOmgynRocvEzFjQ"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mv8iisYn%2F6IikpwsadxweHzlyrciQubyx%2FKx%2BM3anLLRDuKmbtzZmD06Pp%2FBvMrCrXqXjxcuC9dV%2BfJx%2BA5wtMXkDh9uuSwCfam3gPMa1uWfVUWqtIx1Va5weueeDrFVOfO7"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489de1a032757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=150575&min_rtt=142179&rtt_var=5724&sent=148&recv=105&lost=0&retrans=1&sent_bytes=99861&recv_bytes=18467&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=15570&x=0"
Response Body
{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 180ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ded72243-a268-4c54-b03e-b2c5f72ff940
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:36 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=MTcdoWsqQIObnpfg%2FSMpMyAid7gAgef6kuw5B2Og6G2omH8dc7zKlRbA8AYRHTiUIrQuhPoWX2XIoNQ1WVX47XM2ZyUbNUAKCmpkl4xNyk%2F5RiYMEYmfGt5o%2BRsS1b01pp80"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489dfedd92757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=149979&min_rtt=142179&rtt_var=5485&sent=150&recv=107&lost=0&retrans=1&sent_bytes=101186&recv_bytes=18727&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=15867&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=7
Response Information
Response Code: 200 - OK
Mean time per request: 194ms
Mean size per request: 3KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6359b356-c82e-45ca-aee4-82f83ee8c525
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:36 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"c01-2eVL8MnZjCkmpldYV/gs3juCQl0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=eGgB%2B2O5gmYGybIPfivMgC5TLJeVgbA%2BWSikgVdWLEbTeAHrkei0WxvnyuhAesYUQzsVnkVkXJnnWEu9tu9VWFzXsMVMWqqfJ53rLcFl%2BLwjgVyrYE8Gg5dRuG9kmMXV5Stp"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489e1b9c02757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=149877&min_rtt=142179&rtt_var=4318&sent=152&recv=109&lost=0&retrans=1&sent_bytes=102450&recv_bytes=18993&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=16157&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 174ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8b8e879f-3424-48f9-bc27-3fd4b8f2ff0c
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:36 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=69e0BjCqLEmaVVtO3JrCOAACTil8NGcF%2Bj24kDLptmqhZmDIvKAoaIqtJzQHIPfZAKOsG%2FONAB2sq2bI25wlR11owYWRIc%2B099QCr8Ma2mP%2FVI2CKmDMqRMPj29JtNzC6RvP"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489e3ddf82757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=151051&min_rtt=142179&rtt_var=5586&sent=155&recv=111&lost=0&retrans=1&sent_bytes=104798&recv_bytes=19260&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=16488&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=5&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 177ms
Mean size per request: 2.25KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 219486a4-0e35-41f4-a2ee-68c21e47001d
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:37 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"901-VhsjahFv10qIZmdgaSpgQgItmvY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=c909wnY7VQMkHslhF6gKJkTtQ3kGzMcIZ6k6jG0CrIFZ%2FbdOMElqeXsAxzA2sTjuvKXoh6RmD1U5Kq7H2cDzMOcEehwdyxmmf6A3kr4819VQWeL9%2BH6XXVUxW4AoXKRybP%2F8"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489e62adc2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=154089&min_rtt=142179&rtt_var=13715&sent=160&recv=115&lost=0&retrans=1&sent_bytes=110250&recv_bytes=19536&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=16863&x=0"
Response Body
[{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 171ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6f373365-f4dc-4600-8dc4-f8ce36681543
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:37 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZfJ0pFH9LfpBEqvBOEBWLoMQE7QQnijeADRwZdFmpKjD3UcQBq0ajqbNPqSCy82%2BFyMzyyuWYwt27rCruvOWm5pzP%2F%2BvIHU0nssX%2FfGRiaH5VpMAWC1FJYXEQ0X4os82WEm9"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489e7ee742757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=153356&min_rtt=142179&rtt_var=11751&sent=163&recv=117&lost=0&retrans=1&sent_bytes=112328&recv_bytes=19805&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=17146&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/jewelery
Response Information
Response Code: 200 - OK
Mean time per request: 367ms
Mean size per request: 1.5KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 22a5584e-02fc-446d-90fc-875c4d267253
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:37 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"600-TYzZtPQf3JY+/8kxrd+p3oB2PyM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rtO7DivZWsKEZAB6VTwTtb%2BPjAaa6FPwYZ2%2FKct0X4iiXe3tdYUVR5cyOZ9YOHh%2BAapxW68O5bOFdqgJyfev88vdKLlvU%2FDRioqBaRFJwlXxteNVdep81EbTRaNXhlMObNxV"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489e9ca792757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=152041&min_rtt=142179&rtt_var=11443&sent=166&recv=119&lost=0&retrans=1&sent_bytes=113368&recv_bytes=20081&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=17546&x=0"
Response Body
[{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 178ms
Mean size per request: 419B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 470ec371-29af-4fa1-8310-f674730d8b6c
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 448
Request Body
{
            "title": "John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet",
            "price": 695,
            "description": "From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.",
            "image": "https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:38 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1a3-g1drO0+EwfPiAJn9H2Mn3Pjgd/M"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Ztdq5pxntnfUo1n7HfdbfdTRh%2BJcGSz7b5OXRcH%2FYX3u%2FqAXU7c02SaP7OqAyrm0oi9oXTAnc4pBuaumMvwV%2BDP1kyHZ6fi7uODRVOSKXLXlsspSHUpj0FP7qQD%2FHkY7Se%2FO"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489ece9862757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=162394&min_rtt=142179&rtt_var=29287&sent=170&recv=121&lost=0&retrans=1&sent_bytes=115051&recv_bytes=20841&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=17945&x=0"
Response Body
{"id":21,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/5
Response Information
Response Code: 200 - OK
Mean time per request: 175ms
Mean size per request: 418B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 774d1552-790d-447d-83cd-2debea942e68
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 448
Request Body
{
            "title": "John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet",
            "price": 695,
            "description": "From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.",
            "image": "https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:38 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1a2-zHdZNf5mDWOBPlieHeitsPbhVSo"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=QnIl7ZrLehE7bhqea1CnUuN7t4oIKDmzDZS5kVZRfWTJZ84h75B2WE%2Fz5E1kWlrYl4Mrj6r3XJs1puehI0AfMZm2%2F9a7t8BrFCfVY4%2B0pwDEBV4vQaJA8JOO%2FEQakXaTS7AS"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489eead6e2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=160421&min_rtt=142179&rtt_var=25912&sent=172&recv=123&lost=0&retrans=1&sent_bytes=116349&recv_bytes=21602&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=18221&x=0"
Response Body
{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/5
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 406B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 231e684e-c15a-4e3b-ba68-9396c101a765
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 429
Request Body
{
            "title": "John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet",
            "description": "From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.",
            "image": "https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:38 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"196-Svzx5LN4iy1jX34hcU1sj1wKpPk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=E%2FX%2BCvEFixx6HYf9ubtfBjDauJEBrKpkmzSMG3Goqpa35fyrQdomknR1OJsr00Zr2156lIUshOslDycHk%2FGl9OcJu6b384Vn8wFHWXZJbsU7B0MHlKv%2Buvf2XYn9yACZDbqf"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489f069432757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=158433&min_rtt=142179&rtt_var=23410&sent=174&recv=125&lost=0&retrans=1&sent_bytes=117647&recv_bytes=22346&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=18502&x=0"
Response Body
{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/5
Response Information
Response Code: 200 - OK
Mean time per request: 337ms
Mean size per request: 452B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 49b6369d-ad20-461e-b98c-08357e52389e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:39 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1c4-yV39eLSyZctGOOmgynRocvEzFjQ"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VodYbJunAgkvJFq6IKFZJfoVODpFPNJWQZd%2F640L4s68l7LYh7fzC48nGn0TTlZubshnX6%2BGUW%2BCvT0OD3FHD1DYc6b%2FvkPLnmQ0tWWhCWMoWWOIm3QDtqxGeQDd4oS9S6F2"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489f22d092757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=157112&min_rtt=142179&rtt_var=20198&sent=177&recv=127&lost=0&retrans=1&sent_bytes=118928&recv_bytes=22609&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=18882&x=0"
Response Body
{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/6
Response Information
Response Code: 200 - OK
Mean time per request: 215ms
Mean size per request: 401B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f371ea16-4181-47d8-99cd-eb29b85fec55
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:39 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"191-EV97H53ZS0vezbgpImU4b+hiAfg"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rY%2Bo4riBBWNvr6x6LkqAXao%2FWAUclHHQtIKLbH%2Bzt5xRdSNauajMkHytpWdkFzh7k47uOWdk0p8g1A416ENsA7Ffex3FvkGW3wCoZ%2FT%2Fn1DLDPzKrtwWFYEVUc3k0aAk4HgM"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489f4eb562757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=163215&min_rtt=142179&rtt_var=27354&sent=180&recv=129&lost=0&retrans=1&sent_bytes=120251&recv_bytes=22869&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=19227&x=0"
Response Body
{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 182ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 96c29314-d806-4cc7-908b-404c13465325
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:39 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=C6IMp6ihUuulz9nQmvS08DIbZ6%2BUasABXcFoOK3EZPLlZV7ngMrAh1s8BHm1gX2SvcOCyWRElVM0KggGpAIYELzPaUw5Ev45RW%2Bt0WwDLvK9GM291J1ljz5RAbZpTvzm3Dk1"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489f6ef852757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=164886&min_rtt=142179&rtt_var=23857&sent=182&recv=131&lost=0&retrans=1&sent_bytes=121500&recv_bytes=23129&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=19548&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=2
Response Information
Response Code: 200 - OK
Mean time per request: 182ms
Mean size per request: 936B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 85a250af-17d4-41df-a506-68ff581fe208
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:40 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3a8-XXDRXsgQGirCe7rj1LTPgm93EOE"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vXI3EFbAOZx5Adx%2Ba7ouTbfcolcdlsK%2BdaD7cNW4k%2B1ZYqkgb16S1SjebcD%2FKRg2aXe74ErIu6wp%2BaNGC0Od%2FerfeT8FNPWyXVzdqjYu2ZiSBejKP2CkTEkkoBR94heNa9it"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489f8ab2b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=163272&min_rtt=142179&rtt_var=21121&sent=184&recv=133&lost=0&retrans=1&sent_bytes=122763&recv_bytes=23395&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=19831&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 188ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 537c9390-8471-4fc8-922d-0234a5a9f331
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:40 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-kgtAqsPV+9MMR0dzy4sqhhSyR9Q"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rqvRJ%2BN1xb%2BpnuqqnL5ZyScFwcPQeHOvb1WiO2K5a3iSBMC68B8Q57J0H5blIyuhm0Lyvnwvxwc%2BXUOxAK6lUfRl%2BIpdA57H0RL8D33i41jm4nrrMdqnDDkI%2Fg%2BvShskyZSi"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489fa8eef2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=161522&min_rtt=142179&rtt_var=19341&sent=187&recv=135&lost=0&retrans=1&sent_bytes=124307&recv_bytes=23663&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=20123&x=0"
Response Body
[{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=11&sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 311ms
Mean size per request: 5.23KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ee5e597e-0801-4b13-a9e3-632994866028
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:40 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"14e9-WdSJbc01yWv7cvv9nT2J+5TLpf0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TcKn%2FgwvVel%2BGXLd61OkYL7uvWQg%2B86GWdpKf3vb2R1KDeI6BZb1aKzoLKVxBDq%2B2DFpqgCPHx3qg1f3eKSj4SY7jwzS2UfXlUVAlXCk%2FCoVMD8v4TEEfv%2FSY%2FsnPxQ%2F73al"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489fd1c842757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=161608&min_rtt=142179&rtt_var=14679&sent=192&recv=137&lost=0&retrans=1&sent_bytes=129709&recv_bytes=23939&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=20533&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 188ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f3656409-dce9-42c6-ae69-b6c75906b8f6
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:41 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zRAjiOu3lBB8%2Bq1dqupL5HykKkHVNeaiCXBGHuLSkCvbnEs3DghxxMNp7uKuNnWYbD0%2FFIMOrj%2B%2BfCPyQSbQMHd8Dekm0qi9jomXPDCcF3OYQPwD7tlQPSrdLrl0D0EeNVbs"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 920489ffea442757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=188806&min_rtt=142179&rtt_var=55381&sent=196&recv=140&lost=0&retrans=1&sent_bytes=132978&recv_bytes=24208&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=20984&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/jewelery
Response Information
Response Code: 200 - OK
Mean time per request: 496ms
Mean size per request: 1.5KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c2145389-444a-4230-8779-85b963162e87
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:41 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"600-TYzZtPQf3JY+/8kxrd+p3oB2PyM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=uKcsGA6DgEdRLSn0bNnpvoQ7yaaN8Pt3TvvHKgXdoTWWZ%2BOHB0UUJ%2B97hPWn1vz5%2F1%2F%2Bs3o44FcxjJiWzY2IJZBIk8221DaEPPh%2FW68AI2X8S%2F5odoDB7R72oyuaeOFmMWuU"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a01de3a2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=184824&min_rtt=142179&rtt_var=49500&sent=199&recv=142&lost=0&retrans=1&sent_bytes=134018&recv_bytes=24484&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=21414&x=0"
Response Body
[{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 298ms
Mean size per request: 368B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 11b9fb55-ddc0-4b0d-9ea8-cb6e368239eb
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 397
Request Body
{
            "title": "Solid Gold Petite Micropave",
            "price": 168,
            "description": "Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.",
            "image": "https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:42 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"170-GV6qUwJdkDdLHe32876j2gqdUvM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HhiJ5ksqlJ8%2Bh1ecn%2B1aR0jGB8kyAlWMHcl1ODGkCrLIb9muMr5ozi43MkPBpJLowXcfTrvI6nHoc6s3MhKA%2F32LNQGx6xlp5s6Sm8jmnLzfvKQnElOx1m2QwZcKZ4mWPV90"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a057e2b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=203893&min_rtt=142179&rtt_var=75263&sent=203&recv=144&lost=0&retrans=1&sent_bytes=135707&recv_bytes=25193&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=21877&x=0"
Response Body
{"id":21,"title":"Solid Gold Petite Micropave","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/6
Response Information
Response Code: 200 - OK
Mean time per request: 195ms
Mean size per request: 367B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4bfd56e6-c76e-4b82-abb1-c55041c03399
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 397
Request Body
{
            "title": "Solid Gold Petite Micropave",
            "price": 168,
            "description": "Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.",
            "image": "https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:42 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16f-u3SVAIzSFLs+l+WNyOZEwRX6Kj0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1MoUDbQBw%2FlVsMWurpCV8FxdXTAWioE0pzd6gI5mWeh%2F%2Fjl05zcnsRwrmRUaN1mhfuLZBQp%2FsnV5Iqh79NE8zH7JyotxCllMNxd3yK856CZU%2FdiybC15JlHv3ZHwZLDfU9pb"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a07eac92757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=211211&min_rtt=142179&rtt_var=71082&sent=206&recv=146&lost=0&retrans=1&sent_bytes=136957&recv_bytes=25903&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=22264&x=0"
Response Body
{"id":6,"title":"Solid Gold Petite Micropave","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/6
Response Information
Response Code: 200 - OK
Mean time per request: 306ms
Mean size per request: 355B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b88859b0-a257-4291-abf7-73d1fe662279
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 378
Request Body
{
            "title": "Solid Gold Petite Micropave",
            "description": "Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.",
            "image": "https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:42 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"163-dSNMHYv2xJ9N2G2w1azc8Sms/Lk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BUyj2iG3%2F9Hr%2FyTJon9M%2F%2BQY224yUPVAXaM823BuoHun2dTW0Xy97k4OCdUichTU0L6z15Pi81AD4D5nLUJh3BCrxdA2kphz1%2Bfwkr9rUgYCj5phkiWQ4PNS0JCnnCvXmCOt"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a09de7e2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=205774&min_rtt=142179&rtt_var=64186&sent=209&recv=148&lost=0&retrans=1&sent_bytes=138210&recv_bytes=26596&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=22576&x=0"
Response Body
{"id":6,"title":"Solid Gold Petite Micropave","description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/6
Response Information
Response Code: 200 - OK
Mean time per request: 314ms
Mean size per request: 401B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0a0e885-a71a-43cd-8544-e4cc566dfbee
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:43 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"191-EV97H53ZS0vezbgpImU4b+hiAfg"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xFNY9BYAb1RgRuncqXY%2Bk1s7EX6ykyoVr2TuLQm2AAYd%2BhRXYOMgBq6rmmKJ3a2gNbkjOiiEWZ4w2vWZogm7pGcbYsZZiM1bb1a1q95KJS93rIYOBdw1Ao%2F%2BADxmRTMQkUPn"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a0c6af12757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=213975&min_rtt=142179&rtt_var=64543&sent=212&recv=150&lost=0&retrans=1&sent_bytes=139432&recv_bytes=26859&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=23099&x=0"
Response Body
{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/7
Response Information
Response Code: 200 - OK
Mean time per request: 500ms
Mean size per request: 365B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 421cdedb-9358-4b74-b67b-f7713555e9fe
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:43 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16d-qTR0d8mKeFXf4BNQZ3HqeuIY5nI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rjyRESIV39eBPzffwRMv5473i0snP%2BIhWfRNgXjynhfNnUT%2BHeX9ulx%2BqyBXf4nVA47zzhPKMAwR7%2FeXZ8alvCMdc6sDQyTfHRcQdrFsciOeuFB6fvtC0REZKVWEs%2Bi4vfy3"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a0ef82d2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=206625&min_rtt=142179&rtt_var=48535&sent=216&recv=153&lost=0&retrans=1&sent_bytes=140707&recv_bytes=27119&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=23666&x=0"
Response Body
{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 362ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 487a2395-e927-4fc3-8615-8a57482aa4e2
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:44 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3oQGV0UQk1nEq%2BC%2FN41pVx41sEZB2apYVNYpFnDVu5QX%2FajfZpBUATMFeYaeciSXRgXHtmoizrZ%2B%2Fsmgw%2Bgv%2FHNF1iscjLlMLlG33nfHizjdWbQnVw7eoHdlQszIosy2Wbah"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a12bfb82757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=197791&min_rtt=142179&rtt_var=40284&sent=220&recv=156&lost=0&retrans=1&sent_bytes=142007&recv_bytes=27379&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=24147&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=1
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 366B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f67e7ac8-7112-4804-a33e-5015ef9badac
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:44 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16e-DDle0+B3naXgzMrAt7FwGD8xrQA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zwFXy5G%2B9Rdfyml4lhqGGBI%2FCKLbf03Zg0UFTXN5juzb6pPWJG4S%2FeWqoo%2BAEH7GYAzvAf%2BVpL3XKdjr8oxXoz%2B8RXMa1CO1upPnTpwv%2BLrlemJ17jEPt97DzcfonO7W94S0"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a15be2c2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=196383&min_rtt=142179&rtt_var=33028&sent=224&recv=158&lost=0&retrans=1&sent_bytes=143308&recv_bytes=27645&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=24481&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 196ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token affd2c69-83fa-4049-8d9e-9cf7c71bfe6e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:45 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=tEHMCFO9k8gX8iAqGAGI1HgD2i2jigeUxajgAM8qhjWkN%2BTsyj4PcBfhnwxejg9ASbK86ch6GgpL79o8Gu49Mdn9WNLKG3QUp1tpI5RP12pxrwC2qWYi0xLNRh6v52Hsnw1d"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a17ca342757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=192505&min_rtt=142179&rtt_var=32528&sent=228&recv=160&lost=0&retrans=1&sent_bytes=144609&recv_bytes=27912&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=24818&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=17&sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 180ms
Mean size per request: 9KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 19ee68cd-af37-4b67-a972-f75064a170e1
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:45 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2403-7kUDVtljGFO+6NBN0HTd807KIsg"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=QkLWisOaN6NAaIA0a0tKweLuGCNNSqLItL6zge3sOuc6eSlXgdTN6vPXVECvuZVBoHyd7VmHex8KOGn4BGznDRZQeZEpS0AX4h%2FTLO%2Fuuj6FpoOj4Kcxdjv3GKa%2FO4zIiK3j"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a1a4f7c2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=188173&min_rtt=142179&rtt_var=27645&sent=234&recv=163&lost=0&retrans=1&sent_bytes=149976&recv_bytes=28188&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=25206&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 189ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ec508765-21cf-4493-8056-6930f70e4d3f
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:45 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YK2J6EH4t3Eq7e%2BJQ4XPB5bKpncu26Q4JXlkBgvk%2BlJcZYiDI%2F0OMmWUWiVaYBgjrqLbmCXKGccITT1QfxzfuT7%2BgabmQmHJtlRydFP7MgpCnASmIuB%2FwW4m1ZhwmZP%2B7oSX"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a1c8d212757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=178145&min_rtt=142179&rtt_var=28409&sent=238&recv=166&lost=0&retrans=1&sent_bytes=154867&recv_bytes=28457&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=25563&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/jewelery
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 1.5KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c06a1cdb-33f2-4a5e-8785-9a8d27219484
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:46 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"600-TYzZtPQf3JY+/8kxrd+p3oB2PyM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BgkMu%2FQcXwhPAZB0Aegmv%2Fz8ETJj8cXhsugNF%2FvBxA5%2FnHxoq4MkoEgNu24sBSXB2OQDjTF3DupDwGdkBNosKSwR%2FGm3FN5TAwlvxgsicG6AYVPaOxNLQeFzOTfp1C3PJ4u2"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a1e68802757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=175646&min_rtt=142179&rtt_var=26305&sent=241&recv=168&lost=0&retrans=1&sent_bytes=155911&recv_bytes=28733&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=25972&x=0"
Response Body
[{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 189ms
Mean size per request: 334B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ac11f4af-7d27-43cd-bad0-6c38f75bb54f
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 363
Request Body
{
            "title": "White Gold Plated Princess",
            "price": 9.99,
            "description": "Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...",
            "image": "https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:46 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"14e-8pQNngpu802vzjQ34dd/QwiFdTY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fdIPE%2FPOFRKMLKr4biYJMDudKIMGiXtn%2BaojeVWbAcAkRNiiLKZcsur6xeA3UKtpr9B%2Fk7SzL8yqDTH%2BFaYcq6agq%2BSU6SPOChyH%2FPJd2RHWjzuDqhQs65uQYDrdjdbzLNKD"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a20ddee2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=174950&min_rtt=142179&rtt_var=24292&sent=245&recv=171&lost=0&retrans=1&sent_bytes=157598&recv_bytes=29408&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=26256&x=0"
Response Body
{"id":21,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/7
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 333B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 43f17585-41ce-4b63-9c71-e8ebf22c7314
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 363
Request Body
{
            "title": "White Gold Plated Princess",
            "price": 9.99,
            "description": "Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...",
            "image": "https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:46 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"14d-8CU4HPEO7RSNVpupf3A5AurgXA4"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Wri4QmElEMvfG8%2BrRugoi5pMxquMIvDU11X%2F%2BFfs02WvsXi40DYTk24njHB%2BO48dZP1Na%2BjfC2zS%2BZmI%2BqO56XkQFo8T8uE4suWcjgHu49fUnv%2BHR3KVxYAQCScvxWFkfniY"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a22c9c22757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=173115&min_rtt=142179&rtt_var=21890&sent=247&recv=173&lost=0&retrans=1&sent_bytes=158852&recv_bytes=30084&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=26567&x=0"
Response Body
{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/7
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 320B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c408b4dc-24b9-4c96-9060-e8a4fca1621e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 343
Request Body
{
            "title": "White Gold Plated Princess",
            "description": "Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...",
            "image": "https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:47 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"140-7557ssv3Wybsk3AJy+qkw/cVhLc"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TMe%2BmyKQRuKvZUTHdmBdziMkM65LCX2B3Hmke%2B9HTWSyS2FMSOd%2Bo9lVod4iwr4Pb1UvEiyXgp6IXnmqZ5iblkb%2Bg9coznRpcWgFRzu3fgwDHqB%2FUku65EPkTmHiDR8J5fm0"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a24ad192757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=176976&min_rtt=142179&rtt_var=22704&sent=251&recv=176&lost=0&retrans=1&sent_bytes=160138&recv_bytes=30742&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=26904&x=0"
Response Body
{"id":7,"title":"White Gold Plated Princess","description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/7
Response Information
Response Code: 200 - OK
Mean time per request: 297ms
Mean size per request: 365B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8887e01b-5a8c-4951-8f77-7bab4f2ebd5b
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:47 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16d-qTR0d8mKeFXf4BNQZ3HqeuIY5nI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=emiAMc6xtu6pA0HNq%2BEXybExDcl2eyOOtodXt4nCu4bL%2B7Z4bdhOZvLLkIuo9Af2cAhQOFHGGrwFsLh%2Btw%2F71BrVmX7W6ujkVAFqYVB2E4CcFomG14hTkSSdnZPHP6x9RfLD"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a26c97b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=176796&min_rtt=142179&rtt_var=17389&sent=255&recv=178&lost=0&retrans=1&sent_bytes=161408&recv_bytes=31005&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=27299&x=0"
Response Body
{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/8
Response Information
Response Code: 200 - OK
Mean time per request: 175ms
Mean size per request: 313B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4807b6bb-3c6c-43b8-8202-f48e0de86276
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:47 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"139-R1j///FJ/+1UUQYmJytd7qZVrQU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GZA%2FPp8sCXQmsA2D7Sad%2Bhdysd9TALAnMH80bbhAB%2FzLZoYCAFgUzPLnZg3YpqTFcT8qyJK8EoY6EoD4NXVOh2eG1HstobV1RfDApU3ZZNTYkY7fDk6z8tcbF%2FFgmpbDLF0%2F"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a293ef32757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=175844&min_rtt=142179&rtt_var=14945&sent=258&recv=180&lost=0&retrans=1&sent_bytes=162678&recv_bytes=31265&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=27595&x=0"
Response Body
{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 172ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b5a638e0-a223-4548-bd03-65aef1c52509
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:48 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=IcODzhNy9mjDQpsq%2FpKwoeEhOQW5E7L5g065EJOWQveECSdlWeAPa59mog%2BsRyeOZVbqYT2JM1Okz4l6KO1FF3XKFKOKxGq31pVWQaE4Zy5B3ayTLegPWnpY9JsSoxGnoKeh"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a2afa982757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=171936&min_rtt=142179&rtt_var=15455&sent=260&recv=182&lost=0&retrans=1&sent_bytes=163905&recv_bytes=31525&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=27870&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=3
Response Information
Response Code: 200 - OK
Mean time per request: 206ms
Mean size per request: 1.41KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 331f73f4-002a-44c2-ba01-445aa8dee81f
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:48 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"5a0-Gba0VrauDi/Ho6F+Pj95nhZFN0c"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YfAh%2BbhMk5N6uqbjkM633Ddcf0rQbRqb6ACgJzPNzNElXtxfmjPGVNwiLSK2YHk4o1NOWtKJ4%2BiOyjqX6iy33nwdvIPPsuk1M3ZteRyqZAuOuCoQdkg0oEim9OVvnZzXul%2FN"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a2cbe6c2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168818&min_rtt=142179&rtt_var=15752&sent=262&recv=184&lost=0&retrans=1&sent_bytes=165168&recv_bytes=31791&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=28151&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ff907c44-32ba-404a-aead-a43d16fdd4aa
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:48 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=f3cl8UtueYPbM3OeNI0581Y24Ldg5fKGei8JDrCgCtc%2BH9NhnezFBh7I5BtQE97LMVD0qN5KVZ5qOJ2I0c1UqdBf2a93SXdaOiX2BePWw3q5yG3Skg0Q8HgrWnlR88S%2FZVTh"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a2eeb282757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=170687&min_rtt=142179&rtt_var=15552&sent=265&recv=186&lost=0&retrans=1&sent_bytes=166920&recv_bytes=32058&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=28509&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=7&sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 175ms
Mean size per request: 3KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b998d550-5367-4c39-af7e-cd780d5a7510
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:49 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"c01-2eVL8MnZjCkmpldYV/gs3juCQl0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=doEEwdD4WiCn7Y%2Bteq%2Fl9boROB86TxOXeD9qif7WWQFt0iPsNx02MpppJfWt49%2BUcOGAcL75%2FelXALVUaGXNW9I5Ai0N4wl6gmr16SZVYrHOATIu%2F0tql11mlO6xh0JPKEmP"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a31683e2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168886&min_rtt=142179&rtt_var=15266&sent=271&recv=188&lost=0&retrans=1&sent_bytes=172317&recv_bytes=32333&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=28900&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 178ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c419cacb-2a69-4c9a-95ea-cc33b2278757
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:49 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ySdLL6S7MAKhtec%2FswDsndJaIxFxXabd9p0Xa9UxAedGHCGNFq%2Bb1Pu%2BQMCzW0BbmlSnz%2BGyegh80yiJ0EoC9Gx8WSf%2FHmaoS8LqJbyQ4CRZ66bT1lcc1Y33%2BjdGw5Ib30G7"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a342d952757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168941&min_rtt=142179&rtt_var=18080&sent=274&recv=191&lost=0&retrans=1&sent_bytes=174641&recv_bytes=32602&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=29344&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/jewelery
Response Information
Response Code: 200 - OK
Mean time per request: 309ms
Mean size per request: 1.5KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e22743ae-27a8-48d2-8999-3af8ce0dcbbb
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:50 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"600-TYzZtPQf3JY+/8kxrd+p3oB2PyM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FAdZdHAL3XKyMVrTPzrXWcHfCcIy9K%2BKZOFUxPHWtD8K3HsKxTsyG0aZat5hD%2BO2SXJbYbiSkQK2uKwnxh4S1gU39h2esJ1s2SFQNhBcIuicHwGEWRr71T3cLJk5Xz%2FlQh9p"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a35f9ca2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=165796&min_rtt=142179&rtt_var=18301&sent=277&recv=193&lost=0&retrans=1&sent_bytes=175685&recv_bytes=32878&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=29768&x=0"
Response Body
[{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 184ms
Mean size per request: 280B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1ca776e-b4a5-484c-9fbf-a83059bb3071
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 309
Request Body
{
            "title": "Pierced Owl Rose Gold Plated Stainless Steel Double",
            "price": 10.99,
            "description": "Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel",
            "image": "https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:50 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"118-rHAj5OMSjuI8uC1EajixaDSvu+o"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=COj%2FoQb2mG8i2VoXIDpfhGe5y9cKNpapehLos7OAQOWE21%2FmH4cv%2FGIGxzHZzbjyqM4GpvrrY6JAW%2FKwQW5niE0XixsDroOFXToSonaS%2F3boAM63KUEHSqXJ4IUmQ4fi%2FooF"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a3918d52757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=163336&min_rtt=142179&rtt_var=18344&sent=281&recv=195&lost=0&retrans=1&sent_bytes=177368&recv_bytes=33499&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=30141&x=0"
Response Body
{"id":21,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/8
Response Information
Response Code: 200 - OK
Mean time per request: 314ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cec1aeb6-448a-4c4e-bb91-f955965ef830
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 309
Request Body
{
            "title": "Pierced Owl Rose Gold Plated Stainless Steel Double",
            "price": 10.99,
            "description": "Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel",
            "image": "https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:50 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"117-FuvtXuDyus6B3mEXad4fjm3SpvU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9Z6xxE8HHjwIno3yKJeEYhBZR7wtPmIO6xSY4CXGSx3%2BReTZCusjdtAAPcSIoIU%2FEuX%2B6V0e8kmsA7vqMQKVtu5Zo9dl4HLh7PV2U68xI2uU2AqHMMfx61RLmqoX21XfnkOw"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a3b2cae2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=161247&min_rtt=142179&rtt_var=17936&sent=283&recv=197&lost=0&retrans=1&sent_bytes=178574&recv_bytes=34121&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=30475&x=0"
Response Body
{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/8
Response Information
Response Code: 200 - OK
Mean time per request: 363ms
Mean size per request: 265B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 54724be4-dfc4-45bc-a4a3-68d1cd321070
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 288
Request Body
{
            "title": "Pierced Owl Rose Gold Plated Stainless Steel Double",
            "description": "Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel",
            "image": "https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg",
            "category": "jewelery"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:51 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"109-CI0ARJzVMuISlGtXcyUP1fU50FI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FTd5CAf9ftu4sX8OCCEP1WYF1WF0AFVS1O25cr34yTYRD%2Bdmwd%2BmrbuszJa7TXeXIRF%2BiwlgsyhBlr8zruMaAabP%2Bm2Cw%2BQC%2BpXnvkElhkxHnt8H5qwQMDnUynhRAND2Haxi"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a3e1b872757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=174609&min_rtt=142179&rtt_var=40176&sent=285&recv=199&lost=0&retrans=1&sent_bytes=179773&recv_bytes=34724&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=30932&x=0"
Response Body
{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","category":"jewelery"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/8
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 313B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6aaec945-c72a-4843-b2d9-a72987b39b7e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:51 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"139-R1j///FJ/+1UUQYmJytd7qZVrQU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=gQSLDhEBa7pxFUymvKt7ZPTJ7mMtYaXuBQ06qaZrcNGxLPfr0iIcRp5F6bp%2FiQxygoMI6NmMwSsJBl%2FjOEdu5Y%2FYdipCbhxI5xDOeT6wgP20MfO0XIbedBNQGgWrgoMpm8iv"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a4129a82757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=193583&min_rtt=142179&rtt_var=68080&sent=288&recv=201&lost=0&retrans=1&sent_bytes=180968&recv_bytes=34987&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=31531&x=0"
Response Body
{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/9
Response Information
Response Code: 200 - OK
Mean time per request: 176ms
Mean size per request: 534B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 399ec3f8-2282-4b71-89b0-8b5194b64901
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:52 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"216-pJCSnAiTwbywhj/v6QyxNtLZRc0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=qyQjXnbrhsMyRT6otFDNtsZA9PVXTAWvkW1CoMnu5cz5CxVXpVCmCGTVQD7RiDq4MSozkcjIyLiUaRGgz5HZbWXQqOY%2FHuCqAGJ7WjGuAmZjiuIygbTEplzx15Q4sIi2XKxy"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a43ef122757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=187312&min_rtt=142179&rtt_var=63603&sent=291&recv=203&lost=0&retrans=1&sent_bytes=182191&recv_bytes=35247&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=31864&x=0"
Response Body
{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 306ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 750b633d-72bb-44a7-8ccc-ea72bb90f109
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:52 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=bqJyPNf5aDKVJibWDlZ7q52VJXRYeapgz3QOcLucigm5WHcSGJRLd0nM0aVS0%2B5nMvbAV%2B1K4DIGAtBoyfOUYhTGbvP7VD0fsmGD0LiE2gCrjDu%2FRk83cIxxigzNKj7yIoQN"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a45fb102757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=181906&min_rtt=142179&rtt_var=58514&sent=293&recv=205&lost=0&retrans=1&sent_bytes=183524&recv_bytes=35507&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=32193&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=9
Response Information
Response Code: 200 - OK
Mean time per request: 194ms
Mean size per request: 3.83KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ec3e556-4625-4a4d-8826-45204db6ed96
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:52 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"f52-obs+KirjUEP58xWRPTmARR3gsJo"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=R2w5h8dGlvy48wLeOdKNzy8zK%2FhhPwBHjLuM6hmIRWgseMyrHytQeNTPw6s9u%2Bzl4PCiF1Avuum9XPzmc7DGYBOi51mFVg8haGdVeDL0qe04itOH1DMLpvrzUa9mjJXkVns6"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a4898e72757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=194134&min_rtt=142179&rtt_var=68341&sent=296&recv=207&lost=0&retrans=1&sent_bytes=184817&recv_bytes=35773&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=32626&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8bb7973e-1529-4934-86df-254889d30029
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:53 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-kgtAqsPV+9MMR0dzy4sqhhSyR9Q"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=wKMGwfuM7lWPddyjgseC0mKMzy%2BS%2BuxRKxbEp1xniJtpWjpKnfj4wiryAcTHBVWUtkR%2FBVpo3u2FBtV8RZ5zc0CZDuv2RWN%2B3ito9sFRdO2%2BFY3MPXEoZocOTSxDevxwg272"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a4afe972757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=189790&min_rtt=142179&rtt_var=47326&sent=299&recv=210&lost=0&retrans=1&sent_bytes=187450&recv_bytes=36041&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=32992&x=0"
Response Body
[{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=9&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 3.83KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 20b2c8ab-4252-4107-89be-d8609c0fdc37
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:53 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"f52-CAKMI4nNasz4sq5TBXFY39vM8RU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1l7EMTvX88Hk19hcTJK2uKom92zWJKg5uQW9ev%2Bx7JVBQqmCDXuYgJT17NMWkXqY0wY27LX7QBCBplt4eKfAa4zYS7v5ldBAMLSIqy%2Fyq1R1EALZnt56CdJyb288cZasprQM"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a4dfd032757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=180166&min_rtt=142179&rtt_var=35785&sent=304&recv=214&lost=0&retrans=1&sent_bytes=192850&recv_bytes=36317&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=33470&x=0"
Response Body
[{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 174ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e35228d0-48ab-48d0-890e-ed36d5930191
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:54 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=EyUg7YB%2FYISeKYb9JxnBiKKowAWmiFTx%2F3OuLYjQAWM7wrNPj4L%2FI9NqIERSOwyHiVnSKTV%2BTtdrloR%2BzG7lXHknAofPOvgMShBMyqU6QZJIPbTTl1J17sfNDK9GrjFVGmG4"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a5018d22757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=176289&min_rtt=142179&rtt_var=34593&sent=307&recv=216&lost=0&retrans=1&sent_bytes=195490&recv_bytes=36586&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=33812&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/electronics
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 3.54KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token feeba067-b206-43e3-843a-b6e51a532644
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:54 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e2b-QoauVlMdwav0bbI57A3Xc4mdUEs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VfT12mWmjwYEeRt2UU9c3odMyUr3%2Bgq2TYa7qe%2FR5l1LNLqMQIDRnC8ukor8wuGuV4MP1bNx0sekyxcnY9TJNG1bRYM%2FOfCmNpW8IGBg%2F5EHFg7T8ZVmJbLsG%2FWEFNC4JK4m"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a51dbf52757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=172361&min_rtt=142179&rtt_var=33799&sent=311&recv=218&lost=0&retrans=1&sent_bytes=196560&recv_bytes=36865&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=34197&x=0"
Response Body
[{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 180ms
Mean size per request: 500B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 766a5ad2-04e9-499a-8144-002f97feaff1
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 529
Request Body
{
            "title": "WD 2TB Elements Portable External Hard Drive - USB 3.0",
            "price": 64,
            "description": "USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user�s hardware configuration and operating system",
            "image": "https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:54 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1f4-SW5rU/xovdhFFs24FokHBJEXhTA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=x3GFngdMh8%2ByR9NomPvPPBs%2BAh%2F6aPZ1TT1Hj0Q99Umv%2ByBybWc50CPvIx2dLT47ilHmzP6NFtT9RKcw%2B%2BEtYfxLj7l8i%2FoMV076TeQEL0B2g6dzGne7%2B%2BEgwrISrZN6qC%2BD"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a5469d92757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=169341&min_rtt=142179&rtt_var=31390&sent=315&recv=220&lost=0&retrans=1&sent_bytes=199242&recv_bytes=37706&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=34503&x=0"
Response Body
{"id":21,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user�s hardware configuration and operating system","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/9
Response Information
Response Code: 200 - OK
Mean time per request: 198ms
Mean size per request: 499B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2c8ab36b-ce8c-4820-8ffb-a4ca2a497c55
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 529
Request Body
{
            "title": "WD 2TB Elements Portable External Hard Drive - USB 3.0",
            "price": 64,
            "description": "USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user�s hardware configuration and operating system",
            "image": "https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:55 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1f3-1HPIvwkiproDVXS4BQPYFufCpMU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7Y6B9QyP%2BlTrsfqlTjbaOxvX5o01925abG5TqxHyG4zhKx8GEBCbX2KGW7fHQi8r1EuEbJQGnNo1QUNef6p8mCitRKVBJleSH%2B5Q%2Fv3YPC5try7BAJTTYwrSJe3A%2BFfpd%2BEz"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a562dcd2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=166753&min_rtt=142179&rtt_var=28720&sent=317&recv=222&lost=0&retrans=1&sent_bytes=200575&recv_bytes=38548&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=34794&x=0"
Response Body
{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user�s hardware configuration and operating system","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/9
Response Information
Response Code: 200 - OK
Mean time per request: 175ms
Mean size per request: 488B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ed3ac4c0-c424-4781-b488-5ea808558f3d
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 511
Request Body
{
            "title": "WD 2TB Elements Portable External Hard Drive - USB 3.0",
            "description": "USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user�s hardware configuration and operating system",
            "image": "https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:55 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1e8-geXdYMj5S98LBEdiYyBd5CY61ko"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=wH1E4dgZx48ER2hseMFpo1WuqsBrtqc%2BOVczxGmBQZ3oxFymngX4IIXKkMi3ExyUuyUTg92xmX2BxkYGKeImMW8wx2ExU7BKYVFKi1his%2Bn0jzYbWVAyjFP8BQvjaXFiWNmt"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a5809d72757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=165232&min_rtt=142179&rtt_var=24582&sent=320&recv=224&lost=0&retrans=1&sent_bytes=201925&recv_bytes=39374&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=35081&x=0"
Response Body
{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0","description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user�s hardware configuration and operating system","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/9
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 534B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 42ca350d-f895-455c-8ce8-6b7927b2300c
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:55 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"216-pJCSnAiTwbywhj/v6QyxNtLZRc0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AA3i4vDDWt7f8iIcqfbEZvphSkiTCzKjDpteo2fNgCWPjeV%2B1iO2bMUvtP%2BdAwByGUjPilyoBZLoap%2BJcSP6VZBtMPZpkKGMHZy80Lj4BXmobwJr9xfvDUis6ZMmZPHZozwU"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a59dd442757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=162618&min_rtt=142179&rtt_var=23663&sent=323&recv=226&lost=0&retrans=1&sent_bytes=203232&recv_bytes=39637&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=35474&x=0"
Response Body
{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/10
Response Information
Response Code: 200 - OK
Mean time per request: 175ms
Mean size per request: 722B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be60f41e-cb46-4a78-95c6-b7c653b304df
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:56 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2d2-QzYw+X+hXsi2K/VFAJ3/XdI9Dbc"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=acnNMIDchH1OzcPkShR0Dk7AeYuatMzvYMF9XmNNItzRTVJZNSFMwW4%2BMbd02NeBsy2GDY2oyW6id%2BZhVFH%2BxtB8I6L64y9IqYKMJYPHCJNJjezzaSh%2BtLK0XgM1Agq6br2Y"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a5c3a002757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=160184&min_rtt=142179&rtt_var=22615&sent=326&recv=228&lost=0&retrans=1&sent_bytes=204569&recv_bytes=39898&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=35754&x=0"
Response Body
{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ebe2eb8e-c38e-41d7-baa9-14a55436f86d
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:56 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mWq%2FCeE66zkzQrm39PbmwEGeON%2BvnNx7sblNpHxRfnbIwLcaSe32ggNVNIGHW0%2B9oBVvO5Pwi5LxFQ8PrvqRlmbDLbwG8%2BKASStnASnS5GfCvcdl5lqKCxP1aEHKYee28tr6"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a5e1da92757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=158688&min_rtt=142179&rtt_var=19954&sent=328&recv=230&lost=0&retrans=1&sent_bytes=206036&recv_bytes=40158&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=36052&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=1
Response Information
Response Code: 200 - OK
Mean time per request: 184ms
Mean size per request: 366B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bebd993b-8f74-402f-99d1-0ecd80a90740
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:56 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16e-DDle0+B3naXgzMrAt7FwGD8xrQA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=clFIQFBSx6KA368RSRc0V9wlgfKSj33zA3Fop41Ntei570HcZ0WC93wQiq5NftyvmC0EX4sKi2A4ixye%2FbjHoN4DTEr0ILek%2FCoVWtg1k8PZGcS7mTuLAiY8pJdVnRDQ6086"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a5fd8fe2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=157385&min_rtt=142179&rtt_var=17572&sent=330&recv=232&lost=0&retrans=1&sent_bytes=207303&recv_bytes=40424&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=36330&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 187ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 627957d5-f44c-40f2-afcb-6b140c078439
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:56 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rmFVCVYeNvXzufSqMII5Y%2BNEU7CaxxGnsTpZO%2Bk%2FbnLZsREVe4apMeibvTls14Wlx7ErvV9mzCI4ky5SJFNR28ti02lkx76vGoB6gXSAWsn65c19j3Gwjjl4nB59q8RCoKh%2F"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a61ccff2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=156926&min_rtt=142179&rtt_var=14096&sent=332&recv=234&lost=0&retrans=1&sent_bytes=208566&recv_bytes=40691&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=36648&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=12&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 185ms
Mean size per request: 5.61KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0435c6d7-e617-497e-a959-ec511175b8ba
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:57 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"166e-n/xgi/hflTVHTDsLvaZWQl86zaY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=NjpeLPtP%2FjvQSYFV%2Bn7C31%2FxSZKeSjUkBWhdDB037MdIED3l8Ttz7Xbq78zcull3lCkq2D%2BBVmHyFK2IJ6OQOV%2FcIx9OTAbbcaB%2BWbF%2BP7dJahcTfnB7fTVesQQYdFCsSS9g"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a641a2c2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=161143&min_rtt=142179&rtt_var=18182&sent=337&recv=238&lost=0&retrans=1&sent_bytes=213939&recv_bytes=40968&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=37009&x=0"
Response Body
[{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 181ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf8ccc60-80fd-4101-a346-2fd58eb1a0b9
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:57 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8qLDuLcLhpCtTslGCZf%2FqgQun7TJR67cqBMKHBF0VWhfW%2Ff54Txpx49UEz0EjBBc3lY%2BvAhmD1PvjKe8wuqL%2BBge5m8Nc1KJHBfH7OT0x0THtsbCeI6E6BxAlboWb3hYhdHF"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a664f622757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=159972&min_rtt=142179&rtt_var=15979&sent=341&recv=240&lost=0&retrans=1&sent_bytes=217297&recv_bytes=41237&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=37363&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/electronics
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 3.54KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d1a40df4-6202-4615-8c7b-e61af8745844
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:58 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e2b-QoauVlMdwav0bbI57A3Xc4mdUEs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZwRW97YsQKyRMP6BWWdMpcquEecSiM07dRK8pBrxBgZc70AoiGTveTI10cAviVKWUVH6HEVY6QJWk%2BxwRSCD7m%2FFgvmeCiAJn7HAb4N9xmrspHQKXCZSjac9wmTggRxecyXu"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a682b1a2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=158328&min_rtt=142179&rtt_var=15271&sent=345&recv=242&lost=0&retrans=1&sent_bytes=218365&recv_bytes=41516&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=37765&x=0"
Response Body
[{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 184ms
Mean size per request: 688B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e49b93e0-8063-4342-bc3e-b55ad7728113
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 717
Request Body
{
            "title": "SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s",
            "price": 109,
            "description": "Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5� hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)",
            "image": "https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:58 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2b0-r+mejWXUYqvJCbudl/2LiLMiIQM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FxoQfzdi%2BglJn6fXXgw6JYtFVO%2BZifwwMje6HjlovHhFfqFqLxdGLz5L0C6jCVb%2FyqCukoTNt51TdWHNCNRMqIQkDtQl87G7UieyPz2RqE9%2FCUDR6T01JjLoIVItsHnwdYvy"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a6ac8742757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=154895&min_rtt=142179&rtt_var=14627&sent=350&recv=245&lost=0&retrans=1&sent_bytes=221068&recv_bytes=42545&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=38082&x=0"
Response Body
{"id":21,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5� hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/10
Response Information
Response Code: 200 - OK
Mean time per request: 205ms
Mean size per request: 688B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 22d6c467-e136-419b-a40a-4137e1a304ba
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 717
Request Body
{
            "title": "SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s",
            "price": 109,
            "description": "Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5� hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)",
            "image": "https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:58 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2b0-vFvWpXoszsidRcQdfVtgFJc1bM0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CreRfDAGbaPDqyx2kM1McYAUMyUJHrM2OhCNP1ttB8vsNK%2B3ym21Kg%2B1bhyFtQwhvavKC6L7i4X00a0POgZnf%2F2%2BLqiKRchw8eHe1HvhtHYGuqL6qxLammw0cBSU8lfoeVZV"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a6c7c0a2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=154588&min_rtt=142179&rtt_var=11583&sent=352&recv=247&lost=0&retrans=1&sent_bytes=222511&recv_bytes=43576&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=38364&x=0"
Response Body
{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5� hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/10
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 676B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e945e8b9-944b-4794-ba82-201280341fb5
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 698
Request Body
{
            "title": "SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s",
            "description": "Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5� hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)",
            "image": "https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:59 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2a4-4+C0kcEdC1B3ny2wzFpWhJ2+4JM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RvJTT1Kjm7NlcLyCwn18bqDZe3x73787zrRU9r4GLrQQIfoTfTLpAj%2FSDMOozx%2B2t0cqQl4PW8Svgk7i%2FD5%2FZkPFcNkERXqu6vcKF7sBFCPJXR1sKViyUo%2FsERJ4fLnAauvE"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a6e78b52757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=154893&min_rtt=142179&rtt_var=9296&sent=355&recv=249&lost=0&retrans=1&sent_bytes=223952&recv_bytes=44590&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=38713&x=0"
Response Body
{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5� hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/10
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 722B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e9b004e0-4558-432b-9295-470ea4058c15
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:59 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2d2-QzYw+X+hXsi2K/VFAJ3/XdI9Dbc"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Lyvi7eZKr1MD7H0ien9xNPO%2FIPMfNA5PwDHoPRACq3P36Y6kWjbQYdhBl4Uf3%2BD0An9MO07VZJW2ZRI6qvR7DhbwsmB3ERfhv6%2BVIWCSaU3onGsItXwytekbmtsfNinP6fSo"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a70cd5e2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=156000&min_rtt=142179&rtt_var=9187&sent=359&recv=251&lost=0&retrans=1&sent_bytes=225412&recv_bytes=44854&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=39135&x=0"
Response Body
{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/11
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 707B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5719c55b-5b8b-41ba-a961-fde587b5a11f
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:42:59 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2c3-guC+KNotO8GSu4xiSesKd75kW4I"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BKpiuCx3DkcKHuhkvIKkpFSYK7wAXoLqoNaXRKFZKhxSnzYVX3JctypTwkGxY99v%2BM%2FIM%2FD7tcmhh9HBGFXm5lXcgN5UfWZACU5CkvL0UMNBqO4umyBuijoLoTmv3Ty5vgrB"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a733b0b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=155247&min_rtt=142179&rtt_var=8397&sent=363&recv=253&lost=0&retrans=1&sent_bytes=226903&recv_bytes=45115&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=39438&x=0"
Response Body
{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 191ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 31cbe34e-a087-468b-ade4-5d71187be4bb
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:00 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=NpJ2T8xkMZjowEW4JlI3p80lUZFUODMvVBa%2BK1Jf6ChFNpBO%2FJX7xMBWCT6HpVHhEUFE2IGI%2FqKdXub8PNQNPzw794d5mj2lSdKTh0o1Dd2YIYQ72psY0qpSVI9C3uYonpv%2F"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a753ecc2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=157648&min_rtt=142179&rtt_var=11102&sent=365&recv=255&lost=0&retrans=1&sent_bytes=228343&recv_bytes=45375&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=39757&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=6
Response Information
Response Code: 200 - OK
Mean time per request: 177ms
Mean size per request: 2.64KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d084fc95-4a16-4a02-a8e8-8c88c2c6e99d
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:00 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"a93-fbBsNXNn0At9UhW1HCgRGN84ruU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nKTt3GlcrieJGumdMgFc1iJe4MJSqSGsKVSnM61mo8LtRgkgvMieUnvJ0cq3ZqSDGTRepPEVorLwEvPqKdiJWtNfa9j5bPzdfB8SXbxI7JWKKtO9iI7m8RMIFaVaF%2BaPKlcK"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a770b1c2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=157188&min_rtt=142179&rtt_var=9247&sent=368&recv=257&lost=0&retrans=1&sent_bytes=229638&recv_bytes=45641&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=40047&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 185ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 095b5bbd-e4a7-4ea1-bcd0-f5c8e4c0378b
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:00 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-kgtAqsPV+9MMR0dzy4sqhhSyR9Q"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=989Jvb5ewtzhcSnlrlJ%2BziayqPkNbu4xHV6QpCYz5qBrwGjb2QPgqRvS4NjZ2%2FMtdbXmG%2Bl36xbaQDvvMudNdYRNXfJDRYIl9dFLKOLL%2FzNAwWpfPbkcX3LrIRMXPt3TfYfH"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a791fba2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=159291&min_rtt=142179&rtt_var=14775&sent=371&recv=260&lost=0&retrans=1&sent_bytes=231883&recv_bytes=45909&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=40371&x=0"
Response Body
[{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=14&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 6.85KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d35d02f5-ba20-403b-8177-8bd35c0b9ee1
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:01 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1b65-yadavYiLDqT1D8QrKw0RzP7DpZI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=m6UbJATm%2FyzbQnjybZErUuhN4SxXeahsc43%2B8ia8T0ToEobsDKtI6ZvBa8LusERY8vTVj2Uv1FVLCQw9trVTrDVLheyLIywZWg6d1C82BnAjiHNpWDJ7tnjkl5q23%2Fa3hcg%2F"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a7b7d2b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=159236&min_rtt=142179&rtt_var=11192&sent=377&recv=262&lost=0&retrans=1&sent_bytes=237310&recv_bytes=46186&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=40752&x=0"
Response Body
[{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 177ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c266a065-9d34-4611-8bb9-6719a7a63234
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:01 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=V4HSP1RT0Lfq9s8PvwWxeF5FZmQOZnrgqI4GrUwrzt6dAFGezZV3ELs0P8lcvwFQ5jKgjWhjH21wmZJK5O2QZpbDVRbUxa%2B0rtn4zYOyv3jvP3EfjHsOnMPz%2F90M554fbgo8"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a7dcad02757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=155552&min_rtt=142179&rtt_var=11410&sent=381&recv=265&lost=0&retrans=1&sent_bytes=241257&recv_bytes=46455&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=41123&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/electronics
Response Information
Response Code: 200 - OK
Mean time per request: 309ms
Mean size per request: 3.54KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 51afa88d-c93a-4a9e-8743-90265e0ccfdd
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:01 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e2b-QoauVlMdwav0bbI57A3Xc4mdUEs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xrGQDjsf0jAYqCPiTdZF2ozbqbNPDFhmmEE5kdkgyeH2o2Wr9x%2FCpwUYWnN3z1sKKsejNiyqKPk6p1nk7yt7RVJMSIa7KGkGbEwcmBWZJcRE6dww1TJKSWWC7s6%2BVGNxJtCX"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a7faeea2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=154334&min_rtt=142179&rtt_var=10994&sent=384&recv=267&lost=0&retrans=1&sent_bytes=242293&recv_bytes=46734&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=41540&x=0"
Response Body
[{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 673B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e07517f-d996-40f3-87ad-36c6b85b0228
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 702
Request Body
{
            "title": "Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5",
            "price": 109,
            "description": "3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.",
            "image": "https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:02 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2a1-nelJWqfnXh1hvpg0pm2An0L/Cso"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=bjORBCsETyBYk9S8UxBngcWrNJkLBTzDmhTg%2FA%2FPGVSjOqnf9WlqrSLzbnmuid7JxktAzwOV2VPENUs%2BKBgBbO4ZMfhxQpjGRrgh0nsKAVtXcSCmGKwb9TiGDE1RvlNndyEm"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a826d2c2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=155227&min_rtt=142179&rtt_var=10031&sent=388&recv=269&lost=0&retrans=1&sent_bytes=244969&recv_bytes=47748&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=41884&x=0"
Response Body
{"id":21,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/11
Response Information
Response Code: 200 - OK
Mean time per request: 185ms
Mean size per request: 673B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ad3d27d7-e8aa-41e3-8b20-2e4e1071c0fe
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 702
Request Body
{
            "title": "Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5",
            "price": 109,
            "description": "3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.",
            "image": "https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:02 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2a1-EOEDyjUPsDi4ogUtpR6nQbrmQMU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=PyFbLjvO%2BxId0tWsFhc49xWj3XOWeTjdLu6YpN4g2FaiSDTpylSDuvpxe2J%2Bt1KNYYCkeXIJY6YmsQtX6fsBF19EMs0HWGN2khYymVVKWlFwPEk0hRbdqhle%2BtTJ0ayITAjO"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a8469d42757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=158410&min_rtt=142179&rtt_var=13889&sent=392&recv=271&lost=0&retrans=1&sent_bytes=246413&recv_bytes=48764&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=42198&x=0"
Response Body
{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/11
Response Information
Response Code: 200 - OK
Mean time per request: 180ms
Mean size per request: 661B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 267ad3da-5940-4936-8949-c6d14f0e3774
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 683
Request Body
{
            "title": "Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5",
            "description": "3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.",
            "image": "https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:02 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"295-gK4mC1yW3F47kCvwc/7LAZdKV50"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=o%2FNJ9UeyP9b%2FKHETVEaua8MfBupkfnfTRG9F5mBWAuZoBkD1FDuQsldcSQP57iHyqi4BULVTsUdNvM3Y2oA8iN16EdNLP%2BxQTIXPE9ZOMHSvLHA9yHxgLbH%2BgXnI4IuT2viS"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a863de02757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=161127&min_rtt=142179&rtt_var=19613&sent=395&recv=274&lost=0&retrans=1&sent_bytes=247857&recv_bytes=49763&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=42471&x=0"
Response Body
{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/11
Response Information
Response Code: 200 - OK
Mean time per request: 371ms
Mean size per request: 707B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1ec293b8-7a79-4e4b-85bf-c361f9557fad
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:03 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2c3-guC+KNotO8GSu4xiSesKd75kW4I"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8M4u862hFyaGmmu6VKfyEOTML%2FIJG66mskB2MbQ9UpNtPaAgjG%2F0jFdPrEl%2FolNH7Mcyrr3KGvUUoC50yMrXQjDxqFdz0HyzwaClo9bzlh9lfjcix4rH66tP07m3a%2FXpBDXg"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a87d9e32757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=159446&min_rtt=142179&rtt_var=18071&sent=398&recv=276&lost=0&retrans=1&sent_bytes=249264&recv_bytes=50027&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=42924&x=0"
Response Body
{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/12
Response Information
Response Code: 200 - OK
Mean time per request: 180ms
Mean size per request: 388B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1b3e579-445f-4173-a7e6-96f60ddfdc56
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:03 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"184-eGUAi74z1q6zrOQZR0p9meC/nPE"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7mQDp8iBND%2FPAZS4kjmdomwUU04PlEpvlm2wYlpWjxdO1CdZ6mZ0eLyOUeTDwalCe1Ah%2BNEKHXaqV65J50qSrej4bNUYtIIybh9U73yLB67C98jh0s%2BAY2Ty6JWzB3tKkdY%2F"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a8ac8652757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=158289&min_rtt=142179&rtt_var=15866&sent=402&recv=278&lost=0&retrans=1&sent_bytes=250733&recv_bytes=50288&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=43209&x=0"
Response Body
{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d0089b0f-6a16-460f-93bc-be189dfce97c
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:03 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9pxK6BlkNkCAauVtPfL7BWFrKRqnF64FNmzJ1sq2t3QurOjcAZYCxYn0PHScuaCKGdgSW4YOsk4L%2BX2CNqp46xx3MOQ7Hid%2BzcJ6ofn2R7evDNUoawlhpMivz%2FDEBrQfc7N0"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a8c8c022757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=156521&min_rtt=142179&rtt_var=15438&sent=404&recv=280&lost=0&retrans=1&sent_bytes=252005&recv_bytes=50548&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=43481&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=15
Response Information
Response Code: 200 - OK
Mean time per request: 184ms
Mean size per request: 7.83KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3faab138-afe3-4f68-9e39-09048eb4af74
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:04 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1f57-qZiU4ZFfZ2u5FMqYNCXD+5iXNos"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8jzfCsdBjVI1lCzf23CxNZtOIS0Y37is6tmLQ0Bwg3T1t6JiOrTPkpskiBSRi91EKXvo5CAlA7lyXgF8Lug40Bgd3GUEcjr6Kd1zUPog7Cz9HuyZrz7yhOrgCntcRtVsPWWs"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a8e2f4b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=155926&min_rtt=142179&rtt_var=12768&sent=406&recv=282&lost=0&retrans=1&sent_bytes=253270&recv_bytes=50815&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=43749&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 190ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 819273d0-a1ac-4f1d-ad69-11477b85a17f
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:04 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=e35xh6T9H2gu6HvR%2F2n0kmQJ2G4w5En5%2FP8qEO9Vnf3timTptufPhi%2BsfuYdXFTEoioILuA5I3RbSw2sNnBEtBd7FreeM2plJmlDcZD7%2BtuI2KJm8yzCpj%2BAz4BrRUpQ5Iz6"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a904b992757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=153614&min_rtt=142179&rtt_var=11017&sent=410&recv=285&lost=0&retrans=1&sent_bytes=257641&recv_bytes=51082&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=44094&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=4&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 173ms
Mean size per request: 1.81KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0087d2b2-4382-4135-ae14-f1417c344e86
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:04 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"73c-AtW8wEdtu7tI1QeQlPHutQhlN9M"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ryZih0dd5FW6xVvzQ%2F%2F%2F%2F28O2ooGDWnI3pxt6QkZ4Y%2BjliHmerIZ%2F0JQmBWSSoph0ORMnPws2%2F3qPc7OSb7ZAN7u%2BdcA4YgZPc9VHrqUS0fHLaOShPmDCzjF2rPVopeSU7DB"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a926fc92757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=151198&min_rtt=141950&rtt_var=8069&sent=416&recv=289&lost=0&retrans=1&sent_bytes=263044&recv_bytes=51358&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=44426&x=0"
Response Body
[{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 174ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c795e64b-7b9f-4969-a92b-33aa473faf01
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:05 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=E4gGDZ6dW8tfYVedAAYLDVTR%2F3fbxV8gw9RJLqV2e4BwqDPrmNPkGilwuoDV0p8FF6gXwGTsVbzTxrV9oVxOBeXP8qmEiRsj3ZTFKmtGGHOug2wCthmJwrKkwJXNxePw%2F%2FLG"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a942b0f2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=155160&min_rtt=141950&rtt_var=15918&sent=419&recv=292&lost=0&retrans=1&sent_bytes=264955&recv_bytes=51627&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=44707&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/electronics
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 3.54KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d6772959-d8f2-4871-84d5-fd79ab481d9a
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:05 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e2b-QoauVlMdwav0bbI57A3Xc4mdUEs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2zzXlLguhKjW01Es1jbTcSsoTHMoxuZxRhzV6yKnUJwUy%2BUmFfQ2L8h7hKTW2y7hZlSWS5Ks8aR2dP5Gx4d05KR4BaqQIvEtYz6kRSlPdumxJMSmEHzOYuU%2F6%2FCA1dW07NXw"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a95decb2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=153693&min_rtt=141950&rtt_var=14872&sent=422&recv=294&lost=0&retrans=1&sent_bytes=265993&recv_bytes=51906&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=45074&x=0"
Response Body
[{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 354B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf195a4d-b865-4705-a4b3-bea2e842a638
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 383
Request Body
{
            "title": "WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive",
            "price": 114,
            "description": "Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty",
            "image": "https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:05 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"162-1g50sHJFfHcXAmc7Z6CUFLqM9mY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BhdEJoBwapH84VbQ4vnnSbUedfSeVQVk2IRormWNXLJRDXV0PANYjrQd%2Bz4BF2dvyeU2LFb4A7C7bTz%2BBToIekbsrysIREUwk%2F8nUSYLj82zPIbk6Yq7zn1iUH7cF2TVqZhl"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a989cd12757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=153122&min_rtt=141950&rtt_var=12296&sent=426&recv=296&lost=0&retrans=1&sent_bytes=268671&recv_bytes=52601&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=45411&x=0"
Response Body
{"id":21,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/12
Response Information
Response Code: 200 - OK
Mean time per request: 195ms
Mean size per request: 354B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1b7de579-07d7-40b9-84cd-a2b6381daa6a
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 383
Request Body
{
            "title": "WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive",
            "price": 114,
            "description": "Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty",
            "image": "https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:06 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"162-qODCl05ftN+jE5iOS+ehXA6WcZI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2Bc2q3%2FvXf5uuua8H1mQ6CkgBmFnQs2DxyH%2FnjNYWI1QQFBfXGXev7tv6ss1NaRU0UGAZv7ZQEBnUY5UW5f7z2PqgXgBoYZIsRebKkJEPX2HFwM3HYhYxn8tfPJuHurkMLFXF"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a9a68c12757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=152248&min_rtt=141950&rtt_var=10969&sent=428&recv=298&lost=0&retrans=1&sent_bytes=269921&recv_bytes=53298&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=45713&x=0"
Response Body
{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/12
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 342B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d61a011-1f04-40bb-8fd3-af24ef600c9b
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 364
Request Body
{
            "title": "WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive",
            "description": "Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty",
            "image": "https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:06 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"156-N7LsqTadZtV2ZTa6IA9UGwbdoMc"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jIVOcxa8R3xA0jW6E2WT5v2Z%2FYwLdtbF9r1Xiuw9YAZgKCW3Dk3q1vCjWBL2l%2FtC2J86RDtXH3xa1a7AdWBjKS%2FKV4vPapCSQ0QrOOsG1xCi9OMMcVd0nrCft4mqYHdcJ8AH"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a9c6ccb2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=153243&min_rtt=141950&rtt_var=10216&sent=432&recv=300&lost=0&retrans=1&sent_bytes=271198&recv_bytes=53978&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=46072&x=0"
Response Body
{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/12
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 388B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c260a45c-705a-4f6b-80ab-dd02cfd1a92d
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:06 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"184-eGUAi74z1q6zrOQZR0p9meC/nPE"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zxNxOzip6BzRml1AiBVKmSzfJKtsX1HZSh0G5Z%2B2ge2MxiHMmAA0aiAcFupO8ZsKYBtoE1Wep3r9HgG0eGqH1Pf8oMXlnQvroY881m1R8VGR%2FNc5lKS72ac0icaadhdfcGaX"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048a9e88f72757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=152475&min_rtt=141950&rtt_var=9196&sent=436&recv=302&lost=0&retrans=1&sent_bytes=272467&recv_bytes=54242&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=46463&x=0"
Response Body
{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/13
Response Information
Response Code: 200 - OK
Mean time per request: 182ms
Mean size per request: 657B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5f39ffb3-940c-4769-b2c4-5f1f482dbf02
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:07 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"291-bxJA6/W3uETyyvccrwVpDxsbvM4"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=aEUBI2aOPAAjv5h8Td7zY1fd0abtPI3D01t6x58HcStvubEt2589HvDxgfEzW%2FPzvZaCj%2F8qYQdjhPqxZi3zKUePWSSHAhHZ4bJmIm2avwr4cpIMwiz5LsJsKCOqMESYW6m9"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aa11ef12757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=152321&min_rtt=141950&rtt_var=7206&sent=439&recv=304&lost=0&retrans=1&sent_bytes=273734&recv_bytes=54503&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=46771&x=0"
Response Body
{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 190ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 49f0a66f-3ea3-4592-8fd5-1be5940ff9fa
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:07 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=akkbzVxpl4KRU8fkD15iK48lPNEnOp1qhp%2B%2BOZpMAKZXZ2OOmXWekG6wKQJ2x93W1nWVhmMdA%2FChNTUqVNE4kVpjSei7sPNwM2UpFB8rrMydRpcQHt72JI%2BEIzGIS6Hw38oW"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aa30c782757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=152547&min_rtt=141950&rtt_var=5857&sent=441&recv=306&lost=0&retrans=1&sent_bytes=275156&recv_bytes=54763&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=47097&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=4
Response Information
Response Code: 200 - OK
Mean time per request: 183ms
Mean size per request: 1.81KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 171589d1-f6d5-4f02-be33-9d5bd2eb646f
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:07 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"73c-TUQqrPxyv9Gpjayyght5LBvMtiA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=dtHjTuXSxEwNeYCiHykkkK%2FgZbJP79xNE8jljoAzcxhdm0dKoebKSO%2BfwCFjyOgujQ7qAEMcTzRfSjwKQa3uqRAMr1ovV%2FksOn5blzJaQgvvcNZ6fD2qLlB48wTd7RWTqgcT"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aa4e90a2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=151632&min_rtt=141950&rtt_var=5903&sent=443&recv=308&lost=0&retrans=1&sent_bytes=276422&recv_bytes=55029&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=47386&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 215ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 018951ef-e33b-4ebd-b1d9-53478af4727e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:08 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-kgtAqsPV+9MMR0dzy4sqhhSyR9Q"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GxktB3G4sQSlalkg4Oqu7L4rjS%2BGFEhUbju3UYx1SD6vmIId7kBqCWK1sKBcyfI54xAw4qFn4VAnv7z23QteWO6le88qWbTghIPfTArgyfYcvSaym%2BSjUnfnW7ERqBeqtSeQ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aa6dd672757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=150929&min_rtt=141950&rtt_var=5832&sent=447&recv=310&lost=0&retrans=1&sent_bytes=278302&recv_bytes=55297&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=47726&x=0"
Response Body
[{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=8&sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 334ms
Mean size per request: 3.31KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b0490a9-2199-46e7-9716-3df836177121
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:08 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"d3b-rmTXpkCquFWoDk1PdtMvK6kvk3c"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2faCJiC%2FjSRu7bA1AIYv4L6h60croBDFlgMeNTz1V8bA0IPtTYMpXp1Pp0FqvleXEldeQr4UNvR19zIffPAU5OE%2BWidPaPL4xTQqMH9mbwq5VXrRCDV1rEjEBO2goKqddeNV"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aa92a8c2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=150063&min_rtt=141950&rtt_var=4723&sent=454&recv=313&lost=0&retrans=1&sent_bytes=283724&recv_bytes=55572&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=48066&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 92efd539-df2b-4034-9a62-afb23f2d7930
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:08 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nA6nbq6p3oFec2ih1RO89%2BxiliY7a7T5RJ3HklXWUovOl7BVRZvu0pbuRZEDgtX%2Bf3knOhkX4Ra1PnvTfaI5Uh6ieFyTxPX0Jx0uROxQZja7gOOtj4eni8S28bPseZ0Ziicl"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aac08c12757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=185708&min_rtt=141950&rtt_var=64455&sent=458&recv=316&lost=0&retrans=1&sent_bytes=286160&recv_bytes=55841&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=48522&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/electronics
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 3.54KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 755e0885-b5f3-4a09-b2de-9990f71ae977
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:09 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e2b-QoauVlMdwav0bbI57A3Xc4mdUEs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=g19AfLzCCXF0VagO3msooVGFcRaIQk88HZ8yIZh8uYCFZS1sP6YojiuGTKZ%2BoWNVTZaq4Auw6%2BhxqEOdPhW32UftftM2Q8EC29vgLP1IEPuO75RzZYidHpBz5NEr%2BQxJcHaU"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aae5e0b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=193565&min_rtt=141950&rtt_var=64056&sent=461&recv=318&lost=0&retrans=1&sent_bytes=287196&recv_bytes=56120&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=49000&x=0"
Response Body
[{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 188ms
Mean size per request: 623B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token baffe694-953b-4d61-985c-471fb048f2aa
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 652
Request Body
{
            "title": "Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin",
            "price": 599,
            "description": "21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz",
            "image": "https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:09 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"26f-HSwUuNIv5WnMNqKT6ZUAe09vFyw"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TXPyP2Lp%2B5kvUe9%2Bme5SR%2Bw3F1PPwvEctVYvAs%2FehFC1o2T7d7KrugXvvHPQzipfneSxqWm%2BcmMHl5rhyhGwlhhBCoDGJPDFizuYcf0MJ2QAbn2m%2FC0iWefgswl2TXBOWouU"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ab0fba92757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=187790&min_rtt=141950&rtt_var=59593&sent=466&recv=320&lost=0&retrans=1&sent_bytes=289901&recv_bytes=57084&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=49316&x=0"
Response Body
{"id":21,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/13
Response Information
Response Code: 200 - OK
Mean time per request: 175ms
Mean size per request: 623B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bca1c44c-2e1b-44f6-a710-190cc81dda5e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 652
Request Body
{
            "title": "Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin",
            "price": 599,
            "description": "21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz",
            "image": "https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:09 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"26f-NOkWSA0oDIqjc+ycRCcBvLPzyXM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Po0y4IleR%2FTBCWyIfg5PJcLSEXBR4gzMTil%2BM7ViIbotsuhxLHGTvxug6Ep7tt8AJCmX7Xxnf3%2Fk0OiCttJJubRc9FlPCUIHIgGUhSTyQ5p0OrLXLfUlg7QFRrvlgSpcl4Rn"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ab2cf602757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=182517&min_rtt=141950&rtt_var=55241&sent=468&recv=322&lost=0&retrans=1&sent_bytes=291308&recv_bytes=58050&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=49599&x=0"
Response Body
{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/13
Response Information
Response Code: 200 - OK
Mean time per request: 180ms
Mean size per request: 611B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 06292fd4-ff01-4884-8a7c-331728b52ce8
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 633
Request Body
{
            "title": "Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin",
            "description": "21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz",
            "image": "https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:10 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"263-B/UbCXP3O8BdK9UWKsEZwys+mQk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ddUG%2FUNErs4AxlRYzngAtHZZxtPlc0%2FscEn%2FA3Yuw3QTohDAldwTRRt%2BTNbj9abMOJYIAQfMDdZjCOfT%2FVT%2FpwA8cmwBXLK0S%2BDPXS9tFcarN%2BOsqH0snh7BECekFVGaQHr5"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ab49b822757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=177897&min_rtt=141950&rtt_var=50670&sent=470&recv=324&lost=0&retrans=1&sent_bytes=292709&recv_bytes=58999&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=49898&x=0"
Response Body
{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/13
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 657B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2c3228b7-3cc3-4349-9ada-cb3f657d5742
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:10 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"291-bxJA6/W3uETyyvccrwVpDxsbvM4"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jEID0pQPM4w1CDSiGXXV2Avr%2B6okgx%2FgBmGtmzfisvVi5M3Cmf%2BU4Kcv%2F5b9RuFRkYmpiGJjlpWCVqkK%2FU0ZT0AYiaTYoxeob7Ha5avxCEWPSC%2FvZ2%2FB0LG%2Bd0bW%2FBaTfZFJ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ab65f572757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=173872&min_rtt=141950&rtt_var=46052&sent=473&recv=326&lost=0&retrans=1&sent_bytes=294115&recv_bytes=59263&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=50272&x=0"
Response Body
{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/14
Response Information
Response Code: 200 - OK
Mean time per request: 176ms
Mean size per request: 612B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5bd31f9f-5a8b-4924-b047-3a3e8f1d107e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:10 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"264-9z5OKwDuAleUnltJTgm5Xbhq4e0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=T5HS1PeWgS8OfW7UMOYz4Xne65qzSxevLIaGWjaosnnkRNA7VCVePAPZWfRl9MNNi%2BtcX1z1RGaY5q9Ar3oth7%2BoVfRtNSrku4w3qzZQ7VSoy9b%2FzbfN0sVkZLM4D5aUL4XU"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ab8cd9a2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=170284&min_rtt=141950&rtt_var=41716&sent=477&recv=328&lost=0&retrans=1&sent_bytes=295579&recv_bytes=59524&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=50563&x=0"
Response Body
{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 177ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a02fcb5b-be81-430b-8244-4d8303faa384
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:11 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Xg20BC64h6wYNXpPnuBUk%2FdzGii1AVnRFirevGhTWIsR1cSrU0iZiQQf7IJyVQ0RfJgsZj85iAuc2%2FkQhCKM8Wg8Z7MeApj9wFPxE5DZ3jIbtDuSy8Auoeo0D6J0chW7c2jg"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aba89e92757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=166981&min_rtt=141950&rtt_var=37893&sent=479&recv=330&lost=0&retrans=1&sent_bytes=297036&recv_bytes=59784&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=50846&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=10
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 4.54KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2237c990-1ffb-49d1-b224-c174c066979c
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:11 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1225-7CT2+vcg9nhkxmUjo9dUlS1LJDs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=tUvPDgMH5jVCwnfS5YLe0cnSihnytKibLIs8eOzNg%2B1VnkWDgumZPD9WvOeitN3CZrgB6F30uG7v%2FeeEdT7H6mABTmaRBGAZ%2BgWzRUY6aBAclHRift1jLJHPg%2FS8x%2FcgoJf%2F"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048abc4dc62757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=164658&min_rtt=141950&rtt_var=33065&sent=481&recv=332&lost=0&retrans=1&sent_bytes=298299&recv_bytes=60051&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=51130&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 387ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 48435c0c-376b-42d0-953a-b1832e6db41c
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:11 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fK4CBaqf76MqDnQlULL0SwqYdDLHZ3t%2BCuFppt3AxfLfYlTAkMojsJReqFfTI6UQSZJ00gx6RlEFb6BRd8KGTI8vh1wXeG2NDSa4ho9CQrVVSQO17G6cVBgHLVgSmsPUPJ4h"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048abe7a592757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=159850&min_rtt=141950&rtt_var=26922&sent=485&recv=335&lost=0&retrans=1&sent_bytes=301265&recv_bytes=60318&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=51471&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=18&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 179ms
Mean size per request: 9.39KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d629cc01-616a-43c6-a241-574df84e5b57
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:12 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2593-B0M4BRMF7BiWK+SsqmOGdd+GC0Q"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1iAXaeiWVaHR%2F8%2FGyXReEyIaoaPHbEAIjKM4MvgXLhKP%2FRbm7%2FndzgGZ4yg9V2cR1W4Ii1HqG0NUY%2FsDK%2BgW2Z6jK4kM%2FCVUvwTJW0echLj6fD01bzazNxcWQ0RYy26xpYdQ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ac1daba2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=184145&min_rtt=141950&rtt_var=68781&sent=494&recv=340&lost=0&retrans=2&sent_bytes=306687&recv_bytes=60595&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=52019&x=0"
Response Body
[{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 176ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bda7878a-9d9a-42e3-bd2f-0504e3c40b6d
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:12 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=lMA8FoQuhPscUrRmlHvRtjHjYrSjoJ%2FO2z55HS5qPKbtFMLADY%2BdqYWwvJ%2B6ZDtth4vNMh0T1PWuwPCo9%2F14z7TsIoNrAT8h%2Bg%2BqD5QfT%2BZXcPMIdFVPMp7MYVUNyC%2B8BSaa"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ac41f8c2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=176130&min_rtt=141950&rtt_var=42793&sent=499&recv=344&lost=0&retrans=2&sent_bytes=311755&recv_bytes=60864&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=52375&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/electronics
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 3.54KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7ffb2a98-9307-4a71-b507-50e5d5c40072
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:13 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e2b-QoauVlMdwav0bbI57A3Xc4mdUEs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=wLzCCgMUytiaxnNAG68ScuO0CGKB5pc9qs%2B6JkKbIqnt7DG0g2G6Z9PlVuQ1hkcsWX7NM80TRyqtZVTsktT8EuIOYe4qiuGQoMzzShhAknUFwfM8CX8k0I6ed8q39Mamj%2FcN"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ac5cb1b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=172513&min_rtt=141950&rtt_var=39329&sent=502&recv=346&lost=0&retrans=2&sent_bytes=312803&recv_bytes=61143&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=52741&x=0"
Response Body
[{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 215ms
Mean size per request: 577B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cfe1a056-cbf2-45c4-aa84-0bd5619ab87b
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 606
Request Body
{
            "title": "Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) � Super Ultrawide Screen QLED",
            "price": 999.99,
            "description": "49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag",
            "image": "https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:13 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"241-WSFxKzoxw+KbdUtFG6SCi3PJU+U"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=oy8nobywxThFvKGcgYcXPA5CMkmfeX%2BxSFdfjy1XYdkVEZLBsk36kc2g9ydVOBuzlqW9x80norf1tz15PSrVcV2FK1oEHXLo7pFhRudqsfj5jPfHfxiDckK4bq6HA2g325c6"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ac858942757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=172482&min_rtt=141950&rtt_var=34541&sent=506&recv=349&lost=0&retrans=2&sent_bytes=315479&recv_bytes=62061&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=53057&x=0"
Response Body
{"id":21,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) � Super Ultrawide Screen QLED","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/14
Response Information
Response Code: 200 - OK
Mean time per request: 177ms
Mean size per request: 577B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4cbeb7a5-2c40-4765-82e4-5a19cfcf750b
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 606
Request Body
{
            "title": "Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) � Super Ultrawide Screen QLED",
            "price": 999.99,
            "description": "49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag",
            "image": "https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:13 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"241-xkef/SlDPbVFIEw1G5NXToEuC5A"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1uUdlGVlVfhcOqjNb9S1XlT1L75XrDSJEDijEsYcnXqL4tisOP43mjNBTDzoezguEQmT3FAjre1FfOLrpNjk0MHKCFl3fe3qzGw6pcEbyZz0kvrHCEw2czhjzooIJdwy3vvJ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aca5d062757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=172431&min_rtt=141950&rtt_var=26008&sent=508&recv=351&lost=0&retrans=2&sent_bytes=316902&recv_bytes=62981&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=53372&x=0"
Response Body
{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) � Super Ultrawide Screen QLED","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/14
Response Information
Response Code: 200 - OK
Mean time per request: 185ms
Mean size per request: 562B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 35ac6483-d529-4427-933b-ee7adb548aab
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 584
Request Body
{
            "title": "Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) � Super Ultrawide Screen QLED",
            "description": "49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag",
            "image": "https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg",
            "category": "electronics"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:13 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"232-IqgH8+YpLZiJoBGmV62PGPUSABw"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xRzfmwygiRelKerLRh4OPOH6Llt5eOqXZpzoWtcXKNjO335ep%2BD4QkNOAuOgrSvX5N1AqpPP%2FiHsGEaI3Ig9OpfnqyfjOQJC%2FmaxgNht%2Fa2sQrAog8baC0HZstT%2FGfQTt6gh"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048acc29272757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=169091&min_rtt=141950&rtt_var=26030&sent=510&recv=353&lost=0&retrans=2&sent_bytes=318323&recv_bytes=63881&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=53663&x=0"
Response Body
{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) � Super Ultrawide Screen QLED","description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","category":"electronics"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/14
Response Information
Response Code: 200 - OK
Mean time per request: 303ms
Mean size per request: 612B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ad8a43e1-063d-4f09-9680-867dd7d7ae83
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:14 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"264-9z5OKwDuAleUnltJTgm5Xbhq4e0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7Z3xQAdOPXhocz1Ieh7ZBqVqzzF6V3pQc1VW1TQI5JrPyZ%2BW8ZbK35HirHiAiWJGL5YsGKDXAAWnsmvPKUcRYfPZ5gpgULUpOzUoIIURnV%2FzJ8gsfJ5N%2FWzNvXXnn6Y1p8k2"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048acdfd7a2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=166539&min_rtt=141950&rtt_var=24628&sent=513&recv=355&lost=0&retrans=2&sent_bytes=319742&recv_bytes=64145&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=54052&x=0"
Response Body
{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/15
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 1009B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f458690a-df02-4a30-ac7c-6334cae0f069
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:14 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3f1-NC8jgWFHUl6+sBAoPH7lawKggCs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nNNcX%2B43MWW1FugWQ%2F2jnQWcxhM4%2BWhgU9skSkr7s%2FwUwPobmkUmI4S8%2FB%2BQkr0S7067LqrxXAzx87YlTINzYr8hpYcpfBq2ZLS6PypgUnEqRmcdgVKyEKRdqxKvRIYH8Mfd"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ad08bcf2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=167193&min_rtt=141950&rtt_var=19780&sent=516&recv=357&lost=0&retrans=2&sent_bytes=321199&recv_bytes=64406&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=54375&x=0"
Response Body
{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 183ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 86351bc1-8374-436f-93e5-c437437e8cfb
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:15 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ejl3Nc%2BOHOGh2wPWig21R5%2F0dqA0ONKxVdjgOQSmAUlHAPojcDkgUIAq9GlZrMW5QWvARjaxft5PhBwVwjjtrxZr1tDe0eL3EMu4RTC9eaz%2Fi%2FJF0GD%2BoaHuYPzONnOYXaV6"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ad2c9492757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=172719&min_rtt=141950&rtt_var=25886&sent=520&recv=359&lost=0&retrans=2&sent_bytes=322822&recv_bytes=64666&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=54717&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=10
Response Information
Response Code: 200 - OK
Mean time per request: 189ms
Mean size per request: 4.54KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cb924564-af0c-4656-9cc8-824ea5b63ea4
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:15 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1225-7CT2+vcg9nhkxmUjo9dUlS1LJDs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=op8j1TiQKapdFpoA2RrrM3CFKEDJjstMcVQiEQXxMAN3ivagVHndJYu2wEnFjOOJ9rbMedbA%2FJBEkpFnw5pXXCVGlYFvFf0YaYoqzx%2FnQKI3tjHzrBi72fTUU4DJPzJBvNI5"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ad49deb2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=170148&min_rtt=141950&rtt_var=24556&sent=522&recv=361&lost=0&retrans=2&sent_bytes=324091&recv_bytes=64933&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=55015&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 183ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3c10c6ef-eecf-4d1d-8cd2-4d088e6f6bd6
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:15 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AhUM8i3Oln%2FCLTjHu306q35kXAPqxFl8G34VOV6NECrGRr5HcP5l8psBAbLaIx0tgTgiO2bh2cRszDXd0Xg59O1pg9d7CdOJemgWFfqQgDnZyXGrXCbict2Y48PmHDSE6CxW"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ad6bab22757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168489&min_rtt=141950&rtt_var=21735&sent=526&recv=363&lost=0&retrans=2&sent_bytes=327078&recv_bytes=65200&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=55355&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=5&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 185ms
Mean size per request: 2.25KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 87692c9f-56c3-466b-94a3-a33be677768a
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:16 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"901-VhsjahFv10qIZmdgaSpgQgItmvY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=W51j0a7CbT8c%2FExCkJZsucJW0U%2FkYNK91exM5AZEIcRQRlLhraIj%2Bec7Cb3U8DFk22IAXn7XkFn31gZBhd79npmLgA3RUcFPQWq01DXPnUOEUFO0iUD9og0C9zjF9b2HS8Ga"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ad90fc12757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168934&min_rtt=141950&rtt_var=23475&sent=531&recv=367&lost=0&retrans=2&sent_bytes=332445&recv_bytes=65476&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=55729&x=0"
Response Body
[{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ee6bea46-316e-46a0-ba9e-580ed5a27dfc
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:16 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8w2eCsVWJK%2FEOhHGgD8HDG1CbmqpXU2BZxu2qsUb2axTrW0O1hP9T6A2DjoRvlU1ykGLm7a1TIWdtxs8nIPQpQA5otTiIKai5V%2FsJDSOiy8VREBo%2B0rSGCHEKucsPf3YtGYI"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048adb0c892757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=167038&min_rtt=141950&rtt_var=21399&sent=534&recv=369&lost=0&retrans=2&sent_bytes=334523&recv_bytes=65745&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=56041&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/women's%20clothing
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 3.52KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3afc37cd-8803-45cb-826d-c560c7314e22
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:16 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e18-/56jQ+6R5xz5Q986Klic5jAGHfI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZZJm0YR4D5y1ICytkTnjqc4fhulyTcLamR3UnhDepCfSrCRQRKD3ZM3k9U%2BUyiYdcDSzyR6jLDmdmHqc8uTbvsaigso8lGEx12jeoQpSB%2BIBqJNgnj7yTHG44lkMJGlGtCwm"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048add8a502757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=179265&min_rtt=141950&rtt_var=40503&sent=537&recv=371&lost=0&retrans=2&sent_bytes=335561&recv_bytes=66031&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=56547&x=0"
Response Body
[{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 176ms
Mean size per request: 975B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 74fe48ff-570b-4131-aed7-c3b620f13afc
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1004
Request Body
{
            "title": "BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats",
            "price": 56.99,
            "description": "Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates",
            "image": "https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:17 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3cf-X4iU+a0GKQEfJvDc8FBz7RENYhY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=s2xe91lF%2FNbR2%2BxNWF3YKNo2BCdEKVLlqmnYKAJq%2FQ6mdzNRLK5mBFhy1lcQtYD1JcWPDT%2FqA58Y4dcdjZ9qkJABGkN9G4lstV6uouGNfT7p4ia3T1ZedgP2URi9Nko5Yx9%2B"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ae02fd52757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=175050&min_rtt=141950&rtt_var=38806&sent=541&recv=373&lost=0&retrans=2&sent_bytes=338227&recv_bytes=67348&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=56859&x=0"
Response Body
{"id":21,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/15
Response Information
Response Code: 200 - OK
Mean time per request: 182ms
Mean size per request: 975B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a0ae3c3-1098-4aea-809a-bae2e0b97f7c
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1004
Request Body
{
            "title": "BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats",
            "price": 56.99,
            "description": "Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates",
            "image": "https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:17 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3cf-tSlgaFqABc8tsDUQQZByUYY5/7g"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ohU5QMx8YL5NyHbqxCA6E7SLyDuwjrZvu7vvsKyEAPp0jLPXZOfydZu%2F9SuFvchowTA76WCjTWsVmyL9wHb2pcuwfYP5RKA5DrTGAabUsczXey9icWDMs%2Fz77SOTeVK2H%2FFj"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ae1fbcd2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=173176&min_rtt=141950&rtt_var=31643&sent=544&recv=376&lost=0&retrans=2&sent_bytes=339827&recv_bytes=68667&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=57156&x=0"
Response Body
{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/15
Response Information
Response Code: 200 - OK
Mean time per request: 192ms
Mean size per request: 961B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 788d3594-6322-4083-bb4a-41033322956a
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 983
Request Body
{
            "title": "BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats",
            "description": "Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates",
            "image": "https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:17 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3c1-guEhHewLIZCAGnT3xf90M9mRNMQ"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Qxp6Wx5CvM1pmfvc5SdrdoFeol2rPjBpVjKNxdTjrei5CxQILJoA5fQJiecKI5%2BhPKuNd4PfhAswCLWGSpLAW%2FxdQggGgrANq8FxUpA1Ox0YHt2paxam1Fo6DKyocaUTBzpJ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ae3dffc2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=170175&min_rtt=141950&rtt_var=29735&sent=547&recv=378&lost=0&retrans=2&sent_bytes=341395&recv_bytes=69966&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=57454&x=0"
Response Body
{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/15
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 1009B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6b5aab2b-3e14-4d4d-bf96-abace9b82abe
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:18 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3f1-NC8jgWFHUl6+sBAoPH7lawKggCs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=H%2FbtkB8rPSiE5KO9F6w6whmR4SsBn5XPgu0hy7QZ3xOC3lGRo2UsOC3draMwshLNSIwKXO37JOkqkJCzfAZY9Nnfp47lkRXKZPTyfEEK6%2FlfPVZE8DLfoalIi%2B6k%2F3DSdQeE"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ae5bbd02757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=168955&min_rtt=141950&rtt_var=24741&sent=551&recv=380&lost=0&retrans=2&sent_bytes=342948&recv_bytes=70230&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=57848&x=0"
Response Body
{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/16
Response Information
Response Code: 200 - OK
Mean time per request: 206ms
Mean size per request: 557B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a6d3644-e4da-4102-b931-780b438f1b89
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:18 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"22d-thzaprvGOmW+8HMoIbTjUX8caaM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RdGbU7igtts5tjcQa34XRK%2BC1CG%2F7FKHNZnVQ5%2ByaS003%2F2X2U2LtGrK3Fi6EBHAkabTV6fLNEyZJepP4ZWiDychlA6Xs6WDpHNUSVZPGgtFT35NKpvd%2FkXPwhtyWDH%2FC4Yc"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ae808ac2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=171796&min_rtt=141950&rtt_var=28440&sent=555&recv=383&lost=0&retrans=2&sent_bytes=344567&recv_bytes=70491&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=58123&x=0"
Response Body
{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 197ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b2613a5-eb3a-4fb4-b7a3-2dda9951c98b
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:18 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TlmZgeYbQNB3VOdEXP47S2niTBExDZSHG38Ak%2BPV7Io7A27OygUatlDisTluWXTpMNFSeZO9BTKg0K9IMxH%2BHbWRNkcRsd%2BSorGoeFeBLWnaYy35r9o%2B4TAiAZMSKgxMu6fd"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048ae9fcdf2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=172606&min_rtt=141950&rtt_var=22952&sent=557&recv=385&lost=0&retrans=2&sent_bytes=345956&recv_bytes=70751&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=58435&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=20
Response Information
Response Code: 200 - OK
Mean time per request: 182ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b3896892-0d68-466f-bb7b-fd218bda9ad0
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:19 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=M%2BFxjSw81wjQFrr3ntomnRTWYPG1AY6SsGlnbWeuNmabnuCaTFj5SqwP8Q5ijXixiXYdFGajkDWTxWxEbfOHcPHOnTaQe2jVdoXCLWfQqo5tQj3IdmhD0%2FhcaYj6lLccm51h"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aebd8cc2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=172459&min_rtt=141950&rtt_var=17508&sent=559&recv=387&lost=0&retrans=2&sent_bytes=347223&recv_bytes=71018&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=58736&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 180ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6a39a47f-9e57-4db4-b192-d13fd903a78d
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:19 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=i9SEa1iix10UNIG4%2BAj1K9LjvjPmtK1XpxBGPIE63NG4pyTNCP4NVtyhPlDjdv%2FQveBPHN2Ep9xZfp%2BfM7KjF%2FSR3pW2eb5Ui0xAkbahoBWQ49dzkfF437RBizCzqPY8bdMX"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048aedfd8b2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=169162&min_rtt=141950&rtt_var=20846&sent=564&recv=391&lost=0&retrans=2&sent_bytes=352592&recv_bytes=71285&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=59071&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=16&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 184ms
Mean size per request: 8.38KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 864b498b-b870-4e0b-8430-00eb1516397b
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:19 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2185-YyS2VMqGrewBlLUxnT4FRtqK7kw"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VxUvfKpibcyc015vv5ipVrb72wZulS8k%2FTTO%2FRiiz7C7EPFqUqHXJwoQWvl8CWuv6GfU1uWdQQSaL%2BYJZejfU7siGS%2BnxlLd6Ac1TD0rsIAyXQwDGZsmoZA4rlqgMeExbr7z"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048af03ace2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=161809&min_rtt=141950&rtt_var=19572&sent=570&recv=395&lost=0&retrans=2&sent_bytes=357993&recv_bytes=71562&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=59431&x=0"
Response Body
[{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 173ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c7c3fbf-6bf3-4543-b5c5-83cb2b5caf7f
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:20 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=oGorJU9uWx0zi7vODTxunVEk8TZPqwGYO7wU0m9MKY1JH9TTRVQo9UiZ071c5P5qSG0ZpQBP8YxQHzCynv2rMWjZjVnofoCZeSOSMHuIBfnzP3B%2F6k%2BXFpMUXBwiADdYZRmX"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048af23f342757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=159521&min_rtt=141950&rtt_var=14938&sent=575&recv=398&lost=0&retrans=2&sent_bytes=362614&recv_bytes=71831&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=59756&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/women's%20clothing
Response Information
Response Code: 200 - OK
Mean time per request: 423ms
Mean size per request: 3.52KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 738affa4-e1a6-4000-a106-0f948ad1a7ef
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:20 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e18-/56jQ+6R5xz5Q986Klic5jAGHfI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=h0A%2FzptTCfkDJqXKRLd66%2BEiZTwqJJx4G6eJjwN6P%2BfW1NJ6UDwkjxCuDyZI%2FYWnFjjRE3Hm7K7To%2BzHLWNtzoIB6yUEnpCLMCRu1GqGcJ9E%2Fn%2BHAwhRDn5ZQfw5uqF%2FqOmD"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048af40aab2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=157661&min_rtt=141950&rtt_var=14923&sent=578&recv=400&lost=0&retrans=2&sent_bytes=363650&recv_bytes=72117&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=60146&x=0"
Response Body
[{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 502ms
Mean size per request: 523B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf1e27eb-0827-4f82-ba6c-2370d19e9f2a
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 552
Request Body
{
            "title": "Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket",
            "price": 29.95,
            "description": "100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON",
            "image": "https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:20 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"20b-fRKGOCyzW8nLVfO/hbt0NZbPxMk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=szc0ALLIEF4XsFQDZhbKqYPvYEMB6wGfvWrCbgA%2B0rYkikgmd4aFnzRgDUkZaQa%2FpljCsu8I9jYJz%2FKYPXJIsnWVFftBUu2wryN06IqXEb1%2BfoqlCq7AGZeUGDPG4rC0d09n"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048af769f52757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=194532&min_rtt=141950&rtt_var=73844&sent=582&recv=403&lost=0&retrans=2&sent_bytes=366328&recv_bytes=72981&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=60591&x=0"
Response Body
{"id":21,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/16
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 523B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78afdec5-2590-4364-87a0-0fd548c5043b
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 552
Request Body
{
            "title": "Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket",
            "price": 29.95,
            "description": "100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON",
            "image": "https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:21 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"20b-JFkDVFWF6WXukCaAZQwmm+oaRXk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RlzyMzUv%2BE%2BMXd8mX9zgW01giVg5lTZ406wPQVlryn%2Fy6Ty%2F3UJSCKxSilWXii1jLEItGLAyT3yNmm53kUv6iv45iH5xUzjZqRb1fws2f0HkysmQMM2Uapi9ZGclCGV179vG"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048afb3a3e2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=194532&min_rtt=141950&rtt_var=73844&sent=587&recv=406&lost=0&retrans=3&sent_bytes=367717&recv_bytes=73847&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=61192&x=0"
Response Body
{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/16
Response Information
Response Code: 200 - OK
Mean time per request: 236ms
Mean size per request: 509B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ebc397f6-adfa-4c08-8b23-8b73da4ae4e4
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 531
Request Body
{
            "title": "Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket",
            "description": "100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON",
            "image": "https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:21 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1fd-qRAQN4GKLNxfZaPWBBwqmSjzhSs"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0ZFejkvrXh1W6j49PXNU2dRA99L0rmPELmNvO%2F5oY%2FLXontc4r5EiULl2iXhL66E0ESlmiA5rIq8Qdpa4emRlw%2BNEoZQwE1zSgYaYtnevEw75WivxEcMkzvNaY6mImY%2B%2Fxyt"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048afd9fdb2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=201072&min_rtt=141950&rtt_var=68462&sent=589&recv=409&lost=0&retrans=3&sent_bytes=369079&recv_bytes=74694&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=61572&x=0"
Response Body
{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/16
Response Information
Response Code: 200 - OK
Mean time per request: 352ms
Mean size per request: 557B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78ae81a6-0e7e-46b7-886f-7b7b3850b50d
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:22 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"22d-thzaprvGOmW+8HMoIbTjUX8caaM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zFJ8tlRG731IqIkHU9ABloSQfkP88Bm9Gf%2F8g4qDwgq44LBmdFFEN0uQVWGh8MpjkoKMj1bN2zWLyx5%2FP3Folwt0e6lTuCUO%2Bwnx2B%2Fs7zJsrFBv7OVxC%2Fd%2FOaaX3QwhZLbO"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048affecb42757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=207474&min_rtt=141950&rtt_var=51239&sent=593&recv=412&lost=0&retrans=3&sent_bytes=370459&recv_bytes=74958&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=62040&x=0"
Response Body
{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/17
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 637B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4ebd4658-b154-45e7-b23a-16ef223ff4ba
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:22 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"27d-H3yUAH9pr2poYbCMFzudALZdy6E"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jZjl%2BwcmyqwVMcGZqTJ6Ab5TL7KI%2B%2BBfJBMztaAgPrG1x%2B5Bh%2BbK3Bo3RtbLIjEm8NGR8NKvdOVp%2Fh6ekoTY43yvMCy8SFbIrjT8NZkh8qu1wi9dxpX8GAMs7VjotE2GHvNT"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b02ab7f2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=207226&min_rtt=141950&rtt_var=38925&sent=596&recv=414&lost=0&retrans=3&sent_bytes=371848&recv_bytes=75219&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=62380&x=0"
Response Body
{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 34ca3862-3398-46f6-b3d6-951c769933cb
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:23 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4LcCVHmFl2c9%2FL2fdGlJBXjDoKVNi3w8eAJDUq356gTy9g0vOGkSwHclHt2aEmJb%2BTiKb7gWu0if196JlpoABuJf%2BULbYrDvLR4osifdsP%2FO1XkYvFn8ObWYaFLjqutKfSqC"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b04f8a22757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=208527&min_rtt=141950&rtt_var=31797&sent=598&recv=416&lost=0&retrans=3&sent_bytes=373272&recv_bytes=75479&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=62765&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=7
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 3KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dbad6fd7-f7f9-49f7-b415-ddc4d0917532
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:23 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"c01-2eVL8MnZjCkmpldYV/gs3juCQl0"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=LUbj84nxlFoV8CDXvEM57byD6uQXk41rno2O8RWMnfyDxyhgZY%2Bpg7%2FQ4ShCzbrxtWJbr66Ajz7fLazopABEpE6UiiQhXChTfWDjWf%2FHE7%2F1IdygqLRHIjLl4UgUrKxJkysj"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b072e442757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=207624&min_rtt=141950&rtt_var=25655&sent=600&recv=418&lost=0&retrans=3&sent_bytes=374539&recv_bytes=75745&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=63105&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ef4f91b1-d6d8-4d02-998e-75cfe0c9afd4
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:23 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-kgtAqsPV+9MMR0dzy4sqhhSyR9Q"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=pqr%2Fljl0Q0Ql6ZCxkFY%2BK4khu7zQyoqF6KGC%2BFhu%2FhknqXKSX3%2FroZemduug8IFyhWwM%2FilRgCozEyqu36gfibUdWO8aQU%2B2GA2KZPmkSe2jijRLfHX%2Bmz%2FaWfuUdMhl6j8q"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b09acce2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=211351&min_rtt=141950&rtt_var=26696&sent=603&recv=420&lost=0&retrans=3&sent_bytes=376861&recv_bytes=76013&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=63502&x=0"
Response Body
[{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=6&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 208ms
Mean size per request: 2.64KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2bda5908-072f-4bf0-bf34-b89b3b0ad71a
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:24 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"a93-T0hS2KsgdUsLH3+y8E4NUYjbGn8"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=67bS8f%2BdGZomzYFzUIuaWNyDXOOZfTOWKdLIxHhOgXpuM9GAMVrMvXp7BLxk7cW36HhSKvlx6U%2FrDBkhedrg4smfN8AIJDH9y6UwOpTU2%2FZ%2BgWw5O4rO3RziHll6i%2FPx1bMK"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b0c4ade2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=212587&min_rtt=141950&rtt_var=16933&sent=609&recv=423&lost=0&retrans=3&sent_bytes=382298&recv_bytes=76289&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=63926&x=0"
Response Body
[{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 90b4d4e4-243e-4bda-83c3-77e924ee04b3
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:24 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=wvQlbRxGzvZYcfEgbqx6zFrCDShJUT5HlN2cgTJsg1F%2F5m5LMPd4VGVnz2Gr6IUqS0rLDYTA6li3Tvd5PGpR4I7T8b7CJh2y7PJ3noh92Xdge6QmKncD3c6CmSnMjquFC222"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b0e7efa2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=208389&min_rtt=141950&rtt_var=17453&sent=612&recv=425&lost=0&retrans=3&sent_bytes=384497&recv_bytes=76558&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=64269&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/women's%20clothing
Response Information
Response Code: 200 - OK
Mean time per request: 390ms
Mean size per request: 3.52KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f705dd5c-d93b-4e95-baec-d83c95b29f93
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:25 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e18-/56jQ+6R5xz5Q986Klic5jAGHfI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=wG5uff8EL%2Bv4jL2IHxbB8ECZWdb6SNRVC%2Fjz0fOXU27QJUW3isp%2BxM6u13s2D2YUlWAm7U25logFT8T9lboh0YukNMNfA91KMgTj43gX%2FJdkEdkbnPBfassSyJnrI8zWin%2Bi"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b10ec432757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=213605&min_rtt=141950&rtt_var=23522&sent=615&recv=427&lost=0&retrans=3&sent_bytes=385531&recv_bytes=76844&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=64758&x=0"
Response Body
[{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 315ms
Mean size per request: 603B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5b35e2fd-bbb7-4863-9903-c2061ebb06af
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 632
Request Body
{
            "title": "Rain Jacket Women Windbreaker Striped Climbing Raincoats",
            "price": 39.99,
            "description": "Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.",
            "image": "https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:25 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"25b-Fx10NraoXcqsdfyyIBcvmdEQFMk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ptuAPTJQ3z9IIknW%2B5qE5DpTVEA9zUXFKKUdKnuQ3alNJjkj9kpx%2BZhjyBL1epr4vjGaYOErGy84iRooL1iLK8UUknvk29997RaDTN3TRZ29MhgnCqhAjrIem3AvoPmJ7Z2T"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b144ca32757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=219803&min_rtt=141950&rtt_var=30038&sent=619&recv=429&lost=0&retrans=3&sent_bytes=388203&recv_bytes=77788&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=65207&x=0"
Response Body
{"id":21,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/17
Response Information
Response Code: 200 - OK
Mean time per request: 521ms
Mean size per request: 603B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3000aba4-4f37-4ec0-8ab6-0f1423040b76
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 632
Request Body
{
            "title": "Rain Jacket Women Windbreaker Striped Climbing Raincoats",
            "price": 39.99,
            "description": "Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.",
            "image": "https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:25 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"25b-c/eEVnV2TzvyMIcvPxQFnY/vVOk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HKCY8vc0MNEqL%2B9ONwPMsfPg%2B5aCaE%2Bo0ujk8ioDHevK1MmPhFzdo%2F7iYHnm0mxbQxYZ3iLa%2BEmGF9T92exujqSR9E03gnijL8owXOgIJPoJsSA%2BbFVBvMoMBbkaAVvn8X7Z"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b16fb0a2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=227819&min_rtt=141950&rtt_var=38561&sent=621&recv=431&lost=0&retrans=3&sent_bytes=389595&recv_bytes=78734&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=65635&x=0"
Response Body
{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/17
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 589B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 79fb443e-5679-480b-8566-505b24fecda8
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 611
Request Body
{
            "title": "Rain Jacket Women Windbreaker Striped Climbing Raincoats",
            "description": "Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.",
            "image": "https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:26 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"24d-eDtprQST8egX5FeIcQvlC5sueq8"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=bqt1YxeRn6VF0R6STDr61g7TnyXbw6y8xvY3mKYPeZ4gaw5oMBVWZ68C3qSwhooanNpNC11iqw%2BcwcZI0a45sbvorVASIPkFqZXMU573vl08x7ZvuRQIy6mc4YDORDq%2BJ2ha"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b1b0bc12757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=227819&min_rtt=141950&rtt_var=38561&sent=626&recv=434&lost=0&retrans=4&sent_bytes=391022&recv_bytes=79661&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=66287&x=0"
Response Body
{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/17
Response Information
Response Code: 200 - OK
Mean time per request: 334ms
Mean size per request: 637B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2aeb6945-e896-49a5-b122-e19297e4381d
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:27 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"27d-H3yUAH9pr2poYbCMFzudALZdy6E"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=tPBSuiH2UUCs3jmiV2FHBxpIDj%2F0fBzRxCUIM9c0bhr1KakUCBMpCPmSBKUoqEdZUuJ7A%2BXRb57TJVBABZ%2Fkv9Qjt2z084MiVTR19WsTeLCg56ArjT%2F3yT0gF31x%2BSSi0bXE"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b1d484f2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=224778&min_rtt=141950&rtt_var=35002&sent=629&recv=437&lost=0&retrans=4&sent_bytes=392404&recv_bytes=79925&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=66743&x=0"
Response Body
{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/18
Response Information
Response Code: 200 - OK
Mean time per request: 177ms
Mean size per request: 399B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f8fc53d7-d153-4e74-88ac-c7b28825b719
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:27 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"18f-fh8XpQ86vX0/xuyK+UrasGHHR7w"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=V8h7ZVlduwlaIeLghSIePs%2B8LazkG3tjQrhh8%2FP36tPU0nPVxhxADPSGStzPOlTKoIgNiiHabifymqL8W56ysXX9SX9vQFU8gGziB5Yll%2ByfRLLI6mpNgiHQ50%2BhLV%2BvFfxW"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b201df02757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=221328&min_rtt=141950&rtt_var=33153&sent=632&recv=439&lost=0&retrans=4&sent_bytes=393826&recv_bytes=80186&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=67088&x=0"
Response Body
{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 175ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5469b5e7-d953-4f03-b63f-37aac46a7448
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:27 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3gotFab0%2B4a%2BqH50YdnTwwOhj4vMSujWAMyCt9n5ZpLBCCNPn7TCqbiMWDqCXd9pWai4RzHgdC6CrvsUQkaLiu73FtGzlt52lwRPl%2FC%2BTssoYu3tZaNJY7QzkMdM5%2Bl7DS8e"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b21ea052757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=211709&min_rtt=141950&rtt_var=34522&sent=635&recv=441&lost=0&retrans=4&sent_bytes=395150&recv_bytes=80446&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=67384&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=16
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 8.38KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0e95b5f-1157-4925-9b8e-ec3269100ed4
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:27 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2185-Jqs0xWk4w8oraN30ewB176q1//E"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nT1ZozUtcFOeSLgs0p8G7xKNcovenKTEUJGX2WNmLpPRY%2BlYcmDEGVHM09Ad6wxv8iPA1nvuYsb82mFMsyV3sNlpPVHQuBDklmB%2B1jJJ9srhVodOOQr401pzEwcFPxa19q1F"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b23ade32757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=203198&min_rtt=141950&rtt_var=35571&sent=637&recv=443&lost=0&retrans=4&sent_bytes=396419&recv_bytes=80713&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=67664&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b1d9393e-b081-4ea0-9bd5-91346e29dbbf
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:28 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-kgtAqsPV+9MMR0dzy4sqhhSyR9Q"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=q5iXRAa%2BZk6p9OwUn8fchwVLp6LpVF4SJAOstnXRIXmOfl%2F0ugXF5%2BWcxNIqjlPAPajEcsPYGELHOvkTjRZSsqAaxL%2B7N4GRT5iuIaiSAYdg49%2Bs4uiEpWbc6i0QScgcazHU"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b263b7d2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=210080&min_rtt=141950&rtt_var=31880&sent=642&recv=446&lost=0&retrans=4&sent_bytes=401022&recv_bytes=80981&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=68074&x=0"
Response Body
[{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=17&sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 199ms
Mean size per request: 9KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1c4f58c6-e652-4ccf-8494-7c299a89a202
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:28 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"2403-7kUDVtljGFO+6NBN0HTd807KIsg"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9FSR8ODFlEJymh2R1IZUQAX0bEcLGhk6QTKfbnC7%2FpzgpnQSvgOX9YfLqiSQ1moGL5BQ2n5GFsuW5PPSzblCSikto7QzCo2OQBRfqZ%2F9ojFtEAIvPhkT6JTjEJQuKkvMvRap"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b291af22757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=218694&min_rtt=141950&rtt_var=32759&sent=648&recv=449&lost=0&retrans=4&sent_bytes=406451&recv_bytes=81257&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=68539&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 196ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c724c517-1ff9-4e9a-90cb-6a5562cbab6e
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:29 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mswHTiVdea7s1FABJbH18jOFNWgvV0wcwRSAPVPwX7jg8u%2BM6OnDEb9F1r0%2BCEFIoVff7BCOCpmrwrzB7BJXoPCdIWW4ok%2FAj8C8VT27NNtNpgPahCQIPnf3LkFT4p9HsZL7"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b2b784c2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=205035&min_rtt=141950&rtt_var=34095&sent=653&recv=452&lost=0&retrans=4&sent_bytes=411313&recv_bytes=81526&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=68908&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/women's%20clothing
Response Information
Response Code: 200 - OK
Mean time per request: 420ms
Mean size per request: 3.52KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c6c0a12-b41d-4367-856f-23c3b90c38b1
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:29 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e18-/56jQ+6R5xz5Q986Klic5jAGHfI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HVYykFAAGR%2BObDR%2FqBfOf4lLQtOV%2FyK%2BeS%2BccBbnFHED8wb7yjn1BPL2jBf%2BctYHVVzaIlAf64xMQlRjAhvFnte%2FUfYZgYTFs%2Fh5AC4u3y9XwxzZwh272p6jQleywXcdvAfc"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b2d6d822757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=200266&min_rtt=141950&rtt_var=34221&sent=656&recv=454&lost=0&retrans=4&sent_bytes=412351&recv_bytes=81812&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=69327&x=0"
Response Body
[{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 186ms
Mean size per request: 364B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 230eba33-9ea0-4c96-bbd8-929789ee1b33
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 393
Request Body
{
            "title": "MBJ Women's Solid Short Sleeve Boat Neck V",
            "price": 9.85,
            "description": "95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem",
            "image": "https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:30 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-/DV7FC6h88R4Lvx98yhIUCEiwOU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=kkIW%2Fw3ttGaG7uBZnMUItzRBqeiOZas%2BOqBx5A2Nm3Rfa9poDp8PkL0AjzJokUTId%2F1MsQ2lZrX9ogU2%2FYqQ83er%2BXrgclU7b0igsf8aLS9bEvc0wWf6%2FQXtSTLvuz%2BIkTyT"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b310fe52757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=211218&min_rtt=141950&rtt_var=47569&sent=660&recv=456&lost=0&retrans=4&sent_bytes=415029&recv_bytes=82517&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=69804&x=0"
Response Body
{"id":21,"title":"MBJ Women's Solid Short Sleeve Boat Neck V","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/18
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 364B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 209a663c-d7a9-4b68-bdeb-975303e65f77
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 393
Request Body
{
            "title": "MBJ Women's Solid Short Sleeve Boat Neck V",
            "price": 9.85,
            "description": "95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem",
            "image": "https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:30 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-no3ynEFown8I9mgBcsDFWctlDhM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xvTDWZ8ZoOBgDrjD%2BoYI27IadGhufzmUedZJgB6dgv0zXATyLFUAnOENjHBuFvqXviClaUc4zoRBC6WiIItsOo1Kx6XrasUP81WxBqT2NM4wwzDEfJO7LQeAvwu5RLDaQBEb"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b32fca02757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=203447&min_rtt=141950&rtt_var=48025&sent=662&recv=458&lost=0&retrans=4&sent_bytes=416304&recv_bytes=83224&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=70114&x=0"
Response Body
{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/18
Response Information
Response Code: 200 - OK
Mean time per request: 495ms
Mean size per request: 351B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 92188fa1-8826-48f9-bf60-8f96604c90eb
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 373
Request Body
{
            "title": "MBJ Women's Solid Short Sleeve Boat Neck V",
            "description": "95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem",
            "image": "https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:30 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"15f-hq+qgG84QzWTljW3SxwT1AU4vUo"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=qWe%2BBcsmTZBqnddDX1B3wUNCFadwhrAP1L%2BaCXzK2qWlbDcR6cYo6zjNQmW2jkU6chEpn7J6g7E9WPiJMKTf8%2FufqHA8a1XL5EA6FFK1zUnk6tG1ZYKUpQGKVIb9ceK5RJ4S"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b3569952757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=208546&min_rtt=141950&rtt_var=46218&sent=664&recv=460&lost=0&retrans=4&sent_bytes=417567&recv_bytes=83913&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=70506&x=0"
Response Body
{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V","description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/18
Response Information
Response Code: 200 - OK
Mean time per request: 352ms
Mean size per request: 399B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 528943d4-5851-4ceb-a4d2-293360ce83b8
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:31 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"18f-fh8XpQ86vX0/xuyK+UrasGHHR7w"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TZX2deS3V8DNxH1bFY1yKsa9Mk9znNCI6Qaji%2FO%2BfnQywwhO0tsSqZcSR%2Bz3L4CJsVf0HPQnM1%2BetNmPH1VfRhjEvVOkhCuo2QZuIq4eCtNDoX3qBPWb8OegIlF0U496gqmH"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b3929f32757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=208546&min_rtt=141950&rtt_var=46218&sent=668&recv=463&lost=0&retrans=5&sent_bytes=418857&recv_bytes=84177&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=71206&x=0"
Response Body
{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/19
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 561B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c3554795-172b-4d3f-9174-8f016f521541
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:31 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"231-+GdJpsl9ZggA7anIClZxES/5GQk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=svH9FEnlBHtiq6Fw0xPJwOqwOI5p6ZMkQMOvbfjGQpd7zFq3GYdw25ZX6OqJHcjAWMbHWeYDCU5vrtzsKtNZWoQ8scmDRFFyKSccCQZvGitRe2PaQopaW2EofozpAGBg2e1M"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b3c48f62757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=209984&min_rtt=141950&rtt_var=37539&sent=671&recv=465&lost=0&retrans=5&sent_bytes=420151&recv_bytes=84438&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=71605&x=0"
Response Body
{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 333ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e1fb226b-4741-4c96-b4cc-58558b2faa08
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:32 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=G2ohMxSd882SC8SmFByp3jmp8R9NWsZEGmAB7MBQ31aCwzn0IZokDJMGqGB%2FwJxyftuJTX9Ozn2xlU29fbYwOrQA88M6Z8xM5xct8HlFHhv%2FagRX8BIg1rsmEvMkrXtG6tV8"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b3e8e682757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=206944&min_rtt=141950&rtt_var=34234&sent=674&recv=467&lost=0&retrans=5&sent_bytes=421544&recv_bytes=84698&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=71965&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=6
Response Information
Response Code: 200 - OK
Mean time per request: 346ms
Mean size per request: 2.64KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 826fd7f1-5889-44d5-91eb-33dd4595f726
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:32 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"a93-fbBsNXNn0At9UhW1HCgRGN84ruU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=MO%2BLCZGwo6I5qoSKJT6xFW%2FLpOOlifImDkYw4il6kwK7i71JQbPxZXJ1wyThvmTLOY6%2Fsio%2FxoacFGNRYcttjqM7wRsPJ0rC3DDyiFYO0LlMY%2BmhmVeQpRpZeEtTS8KUESkK"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b416cd32757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=219529&min_rtt=141950&rtt_var=50847&sent=676&recv=469&lost=0&retrans=5&sent_bytes=422807&recv_bytes=84964&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=72419&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 366ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d1c267ee-709e-43bc-8126-a1f445dbed55
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:33 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HKMj2Qaj5UyEL1r1MqJobev9i8wFoW2aqNMi9amRJVif%2FXiByHuaQM7CbZvY%2F9Kqz3%2FtkXCFmfwHY%2FCZFcyMORJoQQmHtokFgfEL5lGh2s2L9ok8ixUFyBLsyoaPwbWvTK2i"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b446b802757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=232233&min_rtt=141950&rtt_var=63543&sent=679&recv=471&lost=0&retrans=5&sent_bytes=425007&recv_bytes=85231&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=72903&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=3&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 1.41KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8698a3ba-463a-47e6-87e5-4f5afbf4e020
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:33 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"5a0-/GIvM+kKp8rKS5dWLEk5KqKglsA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ASCQONeifmpP8NTYv7Cz%2BBkJMtBBQqoXxj6sEtiy9rToQyNHXjGCAgGoOYY9BHIJqbkWOzoCRGjTw%2Bkn8V5qy6v8WsFZPWqsPhGYpdIdvJ9mU%2BLwv3r0%2FA%2FIHBcB6IeAdRua"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b47bbb32757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=246256&min_rtt=141950&rtt_var=75703&sent=684&recv=473&lost=0&retrans=5&sent_bytes=430460&recv_bytes=85507&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=73433&x=0"
Response Body
[{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c440853c-3458-4501-9b6a-e3bc46c22673
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:34 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=B3P2Vk1IX1Um9Xb4oDqZ5YQHXNSuZBjVjfvIAnlEpCK9g4TBnrG%2B8LlTvoD0S%2FY9cnmDj%2BCX9fKv0hft5ihtS57TiLbH24YUALTg53e4SpyV7SKL6I8mc3wSTIx7dMjjduHW"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b4a39b82757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=244704&min_rtt=141950&rtt_var=59880&sent=687&recv=475&lost=0&retrans=5&sent_bytes=432215&recv_bytes=85776&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=73830&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/women's%20clothing
Response Information
Response Code: 200 - OK
Mean time per request: 335ms
Mean size per request: 3.52KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dbdfcd6d-24e3-4235-b15b-fbcb91c8ca89
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:34 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e18-/56jQ+6R5xz5Q986Klic5jAGHfI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=z7jF0wpCFTeEi0hg95RFQ76WPaZ6m%2Bth4xEOACzvT5hxueVa%2F3%2BuD50icMLDZ%2BDOOCsjRYFHajvjeh6IzMJTb8k76hNeaSTIBtjFxrA%2Bdw39Ax%2FKli2dKj8weQ2QNl8qcSsf"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b4c2eec2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=236578&min_rtt=141950&rtt_var=60040&sent=691&recv=477&lost=0&retrans=5&sent_bytes=433281&recv_bytes=86062&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=74236&x=0"
Response Body
[{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 527B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e6a04db-723f-4db4-b44c-8353eaf4c0d7
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 556
Request Body
{
            "title": "Opna Women's Short Sleeve Moisture",
            "price": 7.95,
            "description": "100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort",
            "image": "https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:34 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"20f-P8audFQisXlBoRPG8hEtoRxs8zk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5%2B%2FtNOH1XSKgUyISVCEvkjIGT0A4cdVeaS0y8jFBGRgHp%2FGsRmpcefRr22sPSS0rfNhyP4BGegtJeE1NQYZwW1GKrZHZhMGx%2FagH%2FeDGCzeTxbS1kHJ1xBfI7M8ON45fjCOI"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b4f0d282757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=232871&min_rtt=141950&rtt_var=52443&sent=695&recv=479&lost=0&retrans=5&sent_bytes=435955&recv_bytes=86930&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=74615&x=0"
Response Body
{"id":21,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/19
Response Information
Response Code: 200 - OK
Mean time per request: 178ms
Mean size per request: 527B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bf2a32cc-8668-47d6-bdc6-76a17407ebac
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 556
Request Body
{
            "title": "Opna Women's Short Sleeve Moisture",
            "price": 7.95,
            "description": "100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort",
            "image": "https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:35 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"20f-+Ig94WJADI20pDKP+dWRw+tV/RQ"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fslN6ZCsNAEH%2BViOurNGZCB0qqMxSrdEMKg%2Fy8wSVrU9uPRNcJaN5fdAetgvb4R2ieKmvpxsHhEoZWj%2BjIDxi0VdRJNl7WjJ%2B3BzfNjs%2FRPNuCnwGMZRNN9uTBIcHTRb79x8"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b5119732757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=227246&min_rtt=141950&rtt_var=50584&sent=698&recv=481&lost=0&retrans=5&sent_bytes=437306&recv_bytes=87800&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=74934&x=0"
Response Body
{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/19
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 514B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 44572dbc-cdcd-4025-baeb-db3c249a82ef
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 536
Request Body
{
            "title": "Opna Women's Short Sleeve Moisture",
            "description": "100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort",
            "image": "https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:35 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"202-U5RbWXASYJFY218WAmbmBmk11FA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=FKSZHXfAO10U9bGiKOUYf5p%2FJqj4lS6aHLtT2JhQdkmdEKOlnHBWhlOpJoi%2FyWtHM9cTUjW4juuS%2FHjnfz4hJWHFbBFYthgzAqsmuWZKl81CgJLdRDC%2FkHyE4eReTunsH7hB"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b52fd582757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=217125&min_rtt=141950&rtt_var=51533&sent=701&recv=483&lost=0&retrans=5&sent_bytes=438685&recv_bytes=88652&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=75234&x=0"
Response Body
{"id":19,"title":"Opna Women's Short Sleeve Moisture","description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/19
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 561B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 49db47ce-98de-4af2-b5c2-516d60ddb56f
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:36 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"231-+GdJpsl9ZggA7anIClZxES/5GQk"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fgsWCDywL5T3l9wPTQnueWEWg%2FD61e7Lf2EqL2YLO8MgHHIuH%2FuRJPDR3s65pxxF%2B4Itb%2FUTCs3xMmnAX0T1OYYanRDKcFv2lAA9iQlupSeuXWFToUqQ1yW73V2hpFF%2FBdsX"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b555a172757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=220294&min_rtt=141950&rtt_var=44987&sent=704&recv=485&lost=0&retrans=5&sent_bytes=440020&recv_bytes=88916&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=75713&x=0"
Response Body
{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single object and not empty - Expected product only returned comparing with provided product id
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/20
Response Information
Response Code: 200 - OK
Mean time per request: 513ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 66f701e4-132e-4de0-9c60-1d856b0b4d0a
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:36 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1b6-PbqrboFUkCt99wYzRfSWdLWy/NY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=toDOtjNDMjYKEJEdTnL2QK7ZqS0Q5v%2Fl%2Bd1FCcrmBar%2FsMwiqMI%2B%2B38bAZLw6BS6ZcYWM%2Focun1razfu6%2BNidywq1vzCVXvP5NUIXdNzlwmzWH20RMVOTC43xqEU1GrScEwP"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b57bef12757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=211532&min_rtt=141950&rtt_var=45772&sent=707&recv=487&lost=0&retrans=5&sent_bytes=441396&recv_bytes=89177&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=75991&x=0"
Response Body
{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an object and not empty 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/1
Response Information
Response Code: 200 - OK
Mean time per request: 341ms
Mean size per request: 364B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c7e838d2-35d9-4e71-9a02-dafc4b85496b
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:36 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"16c-MMdrqY6N0sTiefLdsgtBej9eunY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=gFsD%2BKmiF7NZDJS74zKCF3B1T9SwVwyRKo4EfdntqS1%2FCR4mhzPi3XiR%2FvOpya7YNfSCK40qyCNbym%2BcX8nv0LOST38ESVBQatuwdZAbIjM6i%2FgZXp%2F14SrU0%2BStoBMD6PVO"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b5b9f142757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=211532&min_rtt=141950&rtt_var=45772&sent=711&recv=489&lost=0&retrans=6&sent_bytes=442783&recv_bytes=89437&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=76614&x=0"
Response Body
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Response is an array and not empty 0 1 0
Length of the returned products(20) 0 1 0
Expected JSON schema validation 0 1 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Response is an array and not empty
expected { id: 1, …(6) } to be an array
Length of the returned products(20)
expected undefined to deeply equal 20
Expected JSON schema validation
json_response.forEach is not a function
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected number of products are returned according to given limit
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=14
Response Information
Response Code: 200 - OK
Mean time per request: 189ms
Mean size per request: 6.85KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a88f194d-1952-4336-a18a-13e2a0c0b614
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:37 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1b65-DFbOB+Lv/wTbHBRPsKVbUSLFe+8"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=NnXpWA9P9PZyyrwqOaBNPtgarcscPoFVU3H0u68oOA97rrAHSP0ghQ2MqCrea4PLigviSktZshTq7ukR9aDgisP7yOsf9gOroy0zxf4tBufMFdUhj7QNNPPTZuWP6pbVh0H4"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b5e7d4e2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=224531&min_rtt=141950&rtt_var=60327&sent=714&recv=492&lost=0&retrans=6&sent_bytes=444084&recv_bytes=89704&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=77072&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
Products limit validation 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?sort=asc
Response Information
Response Code: 200 - OK
Mean time per request: 429ms
Mean size per request: 10.37KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1e80d174-7aa4-4db5-82e3-0d7c72cfce52
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:37 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"297c-h+n6NsR3M51S6528jZo3BluzvtU"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CNTMT9%2FIAW77SpweDE8t%2BTnYWGyJFPqr7oRjF14nRTuGcy6Goi1rRXDC6lbLHkSK%2BJSPF0NPzLVBQpGR1yPg31Go23RrQbWw3ub7SEQLMHTNZD6ELA7hG0VCoY0GlFVUxGqr"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b60b9bc2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=207654&min_rtt=141950&rtt_var=60762&sent=718&recv=495&lost=0&retrans=6&sent_bytes=448027&recv_bytes=89971&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=77430&x=0"
Response Body
[{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":11,"title":"Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5","price":109,"description":"3D NAND flash are applied to deliver high transfer speeds Remarkable transfer speeds that enable faster bootup and improved overall system performance. The advanced SLC Cache Technology allows performance boost and longer lifespan 7mm slim design suitable for Ultrabooks and Ultra-slim notebooks. Supports TRIM command, Garbage Collection technology, RAID, and ECC (Error Checking & Correction) to provide the optimized performance and enhanced reliability.","category":"electronics","image":"https://fakestoreapi.com/img/71kWymZ+c+L._AC_SX679_.jpg","rating":{"rate":4.8,"count":319}},{"id":12,"title":"WD 4TB Gaming Drive Works with Playstation 4 Portable External Hard Drive","price":114,"description":"Expand your PS4 gaming experience, Play anywhere Fast and easy, setup Sleek design with high capacity, 3-year manufacturer's limited warranty","category":"electronics","image":"https://fakestoreapi.com/img/61mtL65D4cL._AC_SX679_.jpg","rating":{"rate":4.8,"count":400}},{"id":13,"title":"Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin","price":599,"description":"21. 5 inches Full HD (1920 x 1080) widescreen IPS display And Radeon free Sync technology. No compatibility for VESA Mount Refresh Rate: 75Hz - Using HDMI port Zero-frame design | ultra-thin | 4ms response time | IPS panel Aspect ratio - 16: 9. Color Supported - 16. 7 million colors. Brightness - 250 nit Tilt angle -5 degree to 15 degree. Horizontal viewing angle-178 degree. Vertical viewing angle-178 degree 75 hertz","category":"electronics","image":"https://fakestoreapi.com/img/81QpkIctqPL._AC_SX679_.jpg","rating":{"rate":2.9,"count":250}},{"id":14,"title":"Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ","price":999.99,"description":"49 INCH SUPER ULTRAWIDE 32:9 CURVED GAMING MONITOR with dual 27 inch screen side by side QUANTUM DOT (QLED) TECHNOLOGY, HDR support and factory calibration provides stunningly realistic and accurate color and contrast 144HZ HIGH REFRESH RATE and 1ms ultra fast response time work to eliminate motion blur, ghosting, and reduce input lag","category":"electronics","image":"https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg","rating":{"rate":2.2,"count":140}},{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
validate returned items are in sorted order 1 0 0
Response is an array and not empty 1 0 0
Length of the returned products(20) 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting array of products returned so we are validating : - successful response - JSON schema validation - Returned response should be an array and not empty - Expected sorting order of products are returned according to given sort order asc or desc - Expected limit of products are returned according to given limit value
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products?limit=10&sort=desc
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 4.54KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f23868fd-323f-4625-a60a-a6f396c1f5c7
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:38 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1225-EZdSduZLM9d3fJlXs8LErI7OVkI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=W077ynfiWRElt8plLtuTy%2BFz8k7ZMk4zo8l2yhgKJcJebA4hNznc%2FpsmVsPvUGIJNc0jMPFZVqd17BAPupuUisWbnCo14oIoJBSJyBNy3GnACVXXgWgY1zW65G4PllxLj9vJ"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b64899d2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=247133&min_rtt=141950&rtt_var=102410&sent=724&recv=498&lost=0&retrans=6&sent_bytes=453426&recv_bytes=90248&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=78039&x=0"
Response Body
[{"id":10,"title":"SanDisk SSD PLUS 1TB Internal SSD - SATA III 6 Gb/s","price":109,"description":"Easy upgrade for faster boot up, shutdown, application load and response (As compared to 5400 RPM SATA 2.5” hard drive; Based on published specifications and internal benchmarking tests using PCMark vantage scores) Boosts burst write performance, making it ideal for typical PC workloads The perfect balance of performance and reliability Read/write speeds of up to 535MB/s/450MB/s (Based on internal testing; Performance may vary depending upon drive capacity, host device, OS and application.)","category":"electronics","image":"https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg","rating":{"rate":2.9,"count":470}},{"id":9,"title":"WD 2TB Elements Portable External Hard Drive - USB 3.0 ","price":64,"description":"USB 3.0 and USB 2.0 Compatibility Fast data transfers Improve PC Performance High Capacity; Compatibility Formatted NTFS for Windows 10, Windows 8.1, Windows 7; Reformatting may be required for other operating systems; Compatibility may vary depending on user’s hardware configuration and operating system","category":"electronics","image":"https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg","rating":{"rate":3.3,"count":203}},{"id":8,"title":"Pierced Owl Rose Gold Plated Stainless Steel Double","price":10.99,"description":"Rose Gold Plated Double Flared Tunnel Plug Earrings. Made of 316L Stainless Steel","category":"jewelery","image":"https://fakestoreapi.com/img/51UDEzMJVpL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":1.9,"count":100}},{"id":7,"title":"White Gold Plated Princess","price":9.99,"description":"Classic Created Wedding Engagement Solitaire Diamond Promise Ring for Her. Gifts to spoil your love more for Engagement, Wedding, Anniversary, Valentine's Day...","category":"jewelery","image":"https://fakestoreapi.com/img/71YAIFU48IL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3,"count":400}},{"id":6,"title":"Solid Gold Petite Micropave ","price":168,"description":"Satisfaction Guaranteed. Return or exchange any order within 30 days.Designed and sold by Hafeez Center in the United States. Satisfaction Guaranteed. Return or exchange any order within 30 days.","category":"jewelery","image":"https://fakestoreapi.com/img/61sbMiUnoGL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":3.9,"count":70}},{"id":5,"title":"John Hardy Women's Legends Naga Gold & Silver Dragon Station Chain Bracelet","price":695,"description":"From our Legends Collection, the Naga was inspired by the mythical water dragon that protects the ocean's pearl. Wear facing inward to be bestowed with love and abundance, or outward for protection.","category":"jewelery","image":"https://fakestoreapi.com/img/71pWzhdJNwL._AC_UL640_QL65_ML3_.jpg","rating":{"rate":4.6,"count":400}},{"id":4,"title":"Mens Casual Slim Fit","price":15.99,"description":"The color could be slightly different between on the screen and in practice. / Please note that body builds vary by person, therefore, detailed size information should be reviewed below on the product description.","category":"men's clothing","image":"https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg","rating":{"rate":2.1,"count":430}},{"id":3,"title":"Mens Cotton Jacket","price":55.99,"description":"great outerwear jackets for Spring/Autumn/Winter, suitable for many occasions, such as working, hiking, camping, mountain/rock climbing, cycling, traveling or other outdoors. Good gift choice for you or your family member. A warm hearted love to Father, husband or son in this thanksgiving or Christmas Day.","category":"men's clothing","image":"https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg","rating":{"rate":4.7,"count":500}},{"id":2,"title":"Mens Casual Premium Slim Fit T-Shirts ","price":22.3,"description":"Slim-fitting style, contrast raglan long sleeve, three-button henley placket, light weight & soft fabric for breathable and comfortable wearing. And Solid stitched shirts with round neck made for durability and a great fit for casual fashion wear and diehard baseball fans. The Henley style round neckline includes a three-button placket.","category":"men's clothing","image":"https://fakestoreapi.com/img/71-3HjGNDUL._AC_SY879._SX._UX._SY._UY_.jpg","rating":{"rate":4.1,"count":259}},{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday","category":"men's clothing","image":"https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg","rating":{"rate":3.9,"count":120}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
products limit validation 1 0 0
validate returned items are in sorted order 1 0 0
json schema validation 1 0 0
response is an array and not empty 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting all the products returned so we are validating : - successful response - JSON schema validation - Length of the array as expected (as there are limited data) - Returned response should be an array and not empty
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/categories
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 62B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8c477390-1454-47c9-9f1e-aa611ce1d93b
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:38 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"3e-cdq81BKoKIRIQmboBVN84Vj+vkM"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=qKD1Djht6T3hEuzYUvjGrc4pLhbhEZgtJgPJqKsK4OyYjHF4Yw3PLz9FjXOk9U256z062Xm1CFjDfZydHXJvjgux41l92u0WGCA5dxOLA%2FupdU%2B9wDX%2B%2FkkClzQa2ZeJBDFG"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b675fb12757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=247719&min_rtt=141950&rtt_var=77979&sent=728&recv=500&lost=0&retrans=6&sent_bytes=456401&recv_bytes=90517&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=78496&x=0"
Response Body
["electronics","jewelery","men's clothing","women's clothing"]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
length of categories validation 1 0 0
response is an array and not empty validation 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this GET request we are getting single product returned so we are validating : - successful response - JSON schema validation - Returned response should be a single an array and not empty - Expected category products only returned comparing with provided category
Request Information
Request Method: GET
Request URL: https://fakestoreapi.com/products/category/women's%20clothing
Response Information
Response Code: 200 - OK
Mean time per request: 345ms
Mean size per request: 3.52KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 96f4740e-910e-4620-b858-47d7ad3f4f1c
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:39 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"e18-/56jQ+6R5xz5Q986Klic5jAGHfI"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YyYejCFdT8cc1SYzKACqBMA33%2FFCfxKySWmJuHk94LW7vp92aSHH0j4wIZ3IQ2FWJUcv3XzmtEYAz8LHdXVm4A6da%2FLT5ayG%2FKhw5pbO91DOlAtb1tvzo6LeBal06qDDey5S"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b694b452757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=237551&min_rtt=141950&rtt_var=78084&sent=731&recv=502&lost=0&retrans=6&sent_bytes=457441&recv_bytes=90803&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=78897&x=0"
Response Body
[{"id":15,"title":"BIYLACLESEN Women's 3-in-1 Snowboard Jacket Winter Coats","price":56.99,"description":"Note:The Jackets is US standard size, Please choose size as your usual wear Material: 100% Polyester; Detachable Liner Fabric: Warm Fleece. Detachable Functional Liner: Skin Friendly, Lightweigt and Warm.Stand Collar Liner jacket, keep you warm in cold weather. Zippered Pockets: 2 Zippered Hand Pockets, 2 Zippered Pockets on Chest (enough to keep cards or keys)and 1 Hidden Pocket Inside.Zippered Hand Pockets and Hidden Pocket keep your things secure. Humanized Design: Adjustable and Detachable Hood and Adjustable cuff to prevent the wind and water,for a comfortable fit. 3 in 1 Detachable Design provide more convenience, you can separate the coat and inner as needed, or wear it together. It is suitable for different season and help you adapt to different climates","category":"women's clothing","image":"https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg","rating":{"rate":2.6,"count":235}},{"id":16,"title":"Lock and Love Women's Removable Hooded Faux Leather Moto Biker Jacket","price":29.95,"description":"100% POLYURETHANE(shell) 100% POLYESTER(lining) 75% POLYESTER 25% COTTON (SWEATER), Faux leather material for style and comfort / 2 pockets of front, 2-For-One Hooded denim style faux leather jacket, Button detail on waist / Detail stitching at sides, HAND WASH ONLY / DO NOT BLEACH / LINE DRY / DO NOT IRON","category":"women's clothing","image":"https://fakestoreapi.com/img/81XH0e8fefL._AC_UY879_.jpg","rating":{"rate":2.9,"count":340}},{"id":17,"title":"Rain Jacket Women Windbreaker Striped Climbing Raincoats","price":39.99,"description":"Lightweight perfet for trip or casual wear---Long sleeve with hooded, adjustable drawstring waist design. Button and zipper front closure raincoat, fully stripes Lined and The Raincoat has 2 side pockets are a good size to hold all kinds of things, it covers the hips, and the hood is generous but doesn't overdo it.Attached Cotton Lined Hood with Adjustable Drawstrings give it a real styled look.","category":"women's clothing","image":"https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg","rating":{"rate":3.8,"count":679}},{"id":18,"title":"MBJ Women's Solid Short Sleeve Boat Neck V ","price":9.85,"description":"95% RAYON 5% SPANDEX, Made in USA or Imported, Do Not Bleach, Lightweight fabric with great stretch for comfort, Ribbed on sleeves and neckline / Double stitching on bottom hem","category":"women's clothing","image":"https://fakestoreapi.com/img/71z3kpMAYsL._AC_UY879_.jpg","rating":{"rate":4.7,"count":130}},{"id":19,"title":"Opna Women's Short Sleeve Moisture","price":7.95,"description":"100% Polyester, Machine wash, 100% cationic polyester interlock, Machine Wash & Pre Shrunk for a Great Fit, Lightweight, roomy and highly breathable with moisture wicking fabric which helps to keep moisture away, Soft Lightweight Fabric with comfortable V-neck collar and a slimmer fit, delivers a sleek, more feminine silhouette and Added Comfort","category":"women's clothing","image":"https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg","rating":{"rate":4.5,"count":146}},{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}]
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
expected schema validation 1 0 0
response is an array and not empty validation 1 0 0
only products of the given category is returned 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: POST
Request URL: https://fakestoreapi.com/products
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 404B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8e78b215-c204-4fe6-8ac4-26025954cbb7
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 433
Request Body
{
            "title": "DANVOUY Womens T Shirt Casual Cotton Short",
            "price": 12.99,
            "description": "95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.",
            "image": "https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:39 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"194-AeSBC/Iqf7ORzc8OMS8eHEW7oig"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=G4Rt9XFi92S2Ixn%2FEcZR6nUs636uHp9YamnTZeq6xP0akVqC%2FZSnjoqctVK55u0FWyDcr%2BTCGkG3nLUPBurW%2BI3dlSSbEV3UetYaHnQ6n4dmQL7x7hzSSEjahlY8V9s274T%2B"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b6c29342757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=234817&min_rtt=141950&rtt_var=64031&sent=735&recv=504&lost=0&retrans=6&sent_bytes=460109&recv_bytes=91548&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=79270&x=0"
Response Body
{"id":21,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PUT
Request URL: https://fakestoreapi.com/products/20
Response Information
Response Code: 200 - OK
Mean time per request: 182ms
Mean size per request: 404B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fa91a737-e053-4090-a3cc-ad79542bcac0
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 433
Request Body
{
            "title": "DANVOUY Womens T Shirt Casual Cotton Short",
            "price": 12.99,
            "description": "95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.",
            "image": "https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:39 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"194-XIpqjQkNpozSiqY1hl/5eqpCM+o"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jouQdwhD3y%2Fk9RbjFW044Dkzu3Rr3YtXmMIe%2FvCRg9kL8g%2BAPBQKmu421MycJ7CnUnLMEscF9CpGXYGoOgaqkB9U1g4rhd5XFLU978C5wrwUe2hin9AaVyide5NUfICaoX4y"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b6e3e372757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=230498&min_rtt=141950&rtt_var=56661&sent=737&recv=506&lost=0&retrans=6&sent_bytes=461406&recv_bytes=92295&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=79598&x=0"
Response Body
{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this POST request we are adding the data and getting object of product returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to provided data
Request Information
Request Method: PATCH
Request URL: https://fakestoreapi.com/products/20
Response Information
Response Code: 200 - OK
Mean time per request: 173ms
Mean size per request: 390B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eaebb421-552f-4358-9eb2-a1291d2fc5f9
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 412
Request Body
{
            "title": "DANVOUY Womens T Shirt Casual Cotton Short",
            "description": "95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.",
            "image": "https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg",
            "category": "women's clothing"
        }
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:40 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"186-4rS3+2goFWig9mpzeO4evw3p3SA"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ODxhbiS0rU0cb%2Fs2aqmK7frr20roZ6MObxWEa%2FisKUGCjvfsxzUCDGx4wYxeChZSg1YPjgf565c8xmZtOj4myxm61nMRzhz0isJX2egiyE5wL5yIl4Hi6zumjtvJl9JKrWys"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b6ff9ba2757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=220439&min_rtt=141950&rtt_var=57405&sent=739&recv=508&lost=0&retrans=6&sent_bytes=462699&recv_bytes=93023&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=79876&x=0"
Response Body
{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","category":"women's clothing"}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
In this DELETE request we are deleting cart and getting object of cart item returned so we are validating : - successful response - JSON schema validation - Returned response should be an object and not empty - Expected product details are returned according to deleted data
Request Information
Request Method: DELETE
Request URL: https://fakestoreapi.com/products/20
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7c33fa59-974f-481e-a763-84a292971702
Host fakestoreapi.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 14 Mar 2025 14:43:40 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
access-control-allow-origin *
etag W/"1b6-PbqrboFUkCt99wYzRfSWdLWy/NY"
x-powered-by Express
cf-cache-status DYNAMIC
Report-To {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0bFGrrHNxk6%2F6R5FPb7WftxeFYRU899NIVF6SZFJmuI4eBkmXGBQblBbhgRewM8V34VAUGcSedYV%2FQ%2FxpBVR9VZH2IevjRlryhhNsyD6jEieup8Ht0titiKh0ASaDHvRYwam"}],"group":"cf-nel","max_age":604800}
NEL {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server cloudflare
CF-RAY 92048b71ad562757-FRA
Content-Encoding br
alt-svc h3=":443"; ma=86400
server-timing cfL4;desc="?proto=TCP&rtt=208105&min_rtt=141950&rtt_var=48883&sent=743&recv=511&lost=0&retrans=6&sent_bytes=464011&recv_bytes=93287&delivery_rate=57667&cwnd=54&unsent_bytes=0&cid=9dbb76c9479e5fae&ts=80238&x=0"
Response Body
{"id":20,"title":"DANVOUY Womens T Shirt Casual Cotton Short","price":12.99,"description":"95%Cotton,5%Spandex, Features: Casual, Short Sleeve, Letter Print,V-Neck,Fashion Tees, The fabric is soft and has some stretch., Occasion: Casual/Office/Beach/School/Home/Street. Season: Spring,Summer,Autumn,Winter.","category":"women's clothing","image":"https://fakestoreapi.com/img/61pHAEJ4NML._AC_UX679_.jpg","rating":{"rate":3.6,"count":145}}
Test Information
NamePassedFailedSkipped
successful response validation 1 0 0
response validation 1 0 0
response is an object and not empty validation 1 0 0
Expected products validation 1 0 0
Expected JSON schema validation 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error